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

/barrelfish-master/lib/lua/src/
H A Dldblib.c131 if (!lua_getinfo(L1, options, &ar))
233 lua_getinfo(L, ">u", &ar);
270 lua_assert(lua_getinfo(L, "lS", ar));
H A Dlauxlib.c69 lua_getinfo(L, "f", ar); /* push function */
130 lua_getinfo(L1, "Slnt", &ar);
157 lua_getinfo(L, "n", &ar);
186 lua_getinfo(L, "Sl", &ar); /* get info about it */
H A Dldebug.c257 case 'f': /* handled by lua_getinfo */
266 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { function
H A Dloadlib.c549 lua_getinfo(L, "f", &ar) == 0 || /* get calling function */
/barrelfish-master/include/lua/
H A Dlua.h383 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar);

Completed in 79 milliseconds