Searched refs:lua_setupvalue (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | ldblib.c | 209 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
|
D | lbaselib.c | 249 if (!lua_setupvalue(L, -2, 1)) /* set it as 1st upvalue */ in load_aux()
|
D | loadlib.c | 553 lua_setupvalue(L, -2, 1); in set_env()
|
D | lapi.c | 1230 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() function
|
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lua.h | 387 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n); variable
|