Home
last modified time | relevance | path

Searched refs:lua_getupvalue (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldblib.c209 name = get ? lua_getupvalue(L, 1, n) : lua_setupvalue(L, 1, n); in auxupvalue()
Dlapi.c1216 LUA_API const char *lua_getupvalue (lua_State *L, int funcindex, int n) { in lua_getupvalue() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h386 LUA_API const char *(lua_getupvalue) (lua_State *L, int funcindex, int n); variable