Searched refs:lua_getinfo (Results 1 – 4 of 4) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | ldblib.c | 167 if (!lua_getinfo(L1, options, &ar)) in db_getinfo() 333 lua_assert(lua_getinfo(L, "lS", ar)); in hookf()
|
A D | lauxlib.c | 81 lua_getinfo(L, "f", ar); /* push function */ in pushglobalfuncname() 151 lua_getinfo(L1, "Slnt", &ar); in luaL_traceback() 179 lua_getinfo(L, "n", &ar); in luaL_argerror() 219 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
|
A D | lua.h | 453 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable
|
A D | ldebug.c | 382 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
|
Completed in 11 milliseconds