HomeSort by relevance Sort by last modified time
    Searched refs:lua_setupvalue (Results 1 - 10 of 10) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lbaselib.c 249 if (!lua_setupvalue(L, -2, 1)) /* set it as 1st upvalue */
ldblib.c 209 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n);
loadlib.c 553 lua_setupvalue(L, -2, 1);
lapi.c 1230 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { function
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
lua.h 387 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n);
  /external/syslinux/com32/lua/src/
lbaselib.c 249 if (!lua_setupvalue(L, -2, 1)) /* set it as 1st upvalue */
ldblib.c 209 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n);
lua.h 392 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n);
loadlib.c 602 lua_setupvalue(L, -2, 1);
lapi.c 1227 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { function

Completed in 306 milliseconds