Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlauxlib.c62 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 Dldebug.c277 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
/freebsd/contrib/lutok/
H A Ddebug.cpp71 if (lua_getinfo(raw_state, what_.c_str(), &_pimpl->lua_debug) == 0) in get_info()
H A Dstate.cpp182 lua_getinfo(raw_state, "u", &debug); in cxx_closure_trampoline()
/freebsd/contrib/lua/src/
H A Dlauxlib.c81 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 Dldblib.c167 if (!lua_getinfo(L1, options, &ar)) in db_getinfo()
333 lua_assert(lua_getinfo(L, "lS", ar)); in hookf()
H A Dlua.h458 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable
H A Dldebug.c383 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 Dlua.h382 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable