Home
last modified time | relevance | path

Searched defs:lua_getlocal (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldebug.c144 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); variable