Searched refs:lua_setupvalue (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | ldblib.c | 266 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
|
H A D | lbaselib.c | 331 if (!lua_setupvalue(L, -2, 1)) /* set it as 1st upvalue */ in load_aux()
|
H A D | lua.h | 485 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n); variable
|
H A D | lapi.c | 1408 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() function
|