Home
last modified time | relevance | path

Searched refs:lua_setupvalue (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/lua/src/
H A Dlbaselib.c274 if (!lua_setupvalue(L, -2, 1)) /* set it as 1st upvalue */ in load_aux()
H A Dldblib.c252 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
H A Dlua.h429 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n); variable
H A Dloadlib.c641 lua_setupvalue(L, -2, 1); in set_env()
H A Dlapi.c1236 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() function
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlua.h386 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n); variable
H A Dlapi.c1226 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() function