Home
last modified time | relevance | path

Searched refs:lua_getinfo (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dldblib.c131 if (!lua_getinfo(L1, options, &ar)) in db_getinfo()
233 lua_getinfo(L, ">u", &ar); in checkupval()
270 lua_assert(lua_getinfo(L, "lS", ar)); in hookf()
Dlauxlib.c69 lua_getinfo(L, "f", ar); /* push function */ in pushglobalfuncname()
130 lua_getinfo(L1, "Slnt", &ar); in luaL_traceback()
157 lua_getinfo(L, "n", &ar); in luaL_argerror()
186 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
Dloadlib.c549 lua_getinfo(L, "f", &ar) == 0 || /* get calling function */ in set_env()
Dldebug.c266 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
/device/linaro/bootloader/edk2/StdLib/Include/Lua/
Dlua.h383 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable