Searched refs:lua_getinfo (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/contrib/openzfs/module/lua/ |
H A D | lauxlib.c | 62 lua_getinfo(L, "f", ar); /* push function */ in pushglobalfuncname() 123 lua_getinfo(L1, "Slnt", &ar); in luaL_traceback() 150 lua_getinfo(L, "n", &ar); in luaL_argerror() 179 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
|
H A D | ldebug.c | 277 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
|
/freebsd/contrib/lutok/ |
H A D | debug.cpp | 71 if (lua_getinfo(raw_state, what_.c_str(), &_pimpl->lua_debug) == 0) in get_info()
|
H A D | state.cpp | 182 lua_getinfo(raw_state, "u", &debug); in cxx_closure_trampoline()
|
/freebsd/contrib/lua/src/ |
H 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()
|
H A D | ldblib.c | 167 if (!lua_getinfo(L1, options, &ar)) in db_getinfo() 333 lua_assert(lua_getinfo(L, "lS", ar)); in hookf()
|
H A D | lua.h | 458 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable
|
H A D | ldebug.c | 383 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 382 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable
|