Searched refs:funcindex (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/Include/Lua/ |
D | lua.h | 386 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); 387 LUA_API const char *(lua_setupvalue) (lua_State *L, int funcindex, int n);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/ |
D | lapi.c | 1216 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() argument 1220 name = aux_upvalue(index2addr(L, funcindex), n, &val, NULL); in lua_getupvalue() 1230 LUA_API const char *lua_setupvalue (lua_State *L, int funcindex, int n) { in lua_setupvalue() argument 1236 fi = index2addr(L, funcindex); in lua_setupvalue()
|