Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldblib.c118 if (!lua_getinfo(L1, options, &ar)) in db_getinfo()
219 lua_assert(lua_getinfo(L, "lS", ar)); in hookf()
353 lua_getinfo(L1, "Snl", &ar); in db_errorfb()
H A Dlauxlib.c47 lua_getinfo(L, "n", &ar); in luaL_argerror()
76 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
H A Dlua.h334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
H A Dlbaselib.c125 lua_getinfo(L, "f", &ar); in getfunc()
H A Dloadlib.c510 lua_getinfo(L, "f", &ar) == 0 || /* get calling function */ in setfenv()
H A Dldebug.c232 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo() function
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c63 lua_getinfo(L, "f", ar); /* push function */ in pushglobalfuncname()
124 lua_getinfo(L1, "Slnt", &ar); in luaL_traceback()
151 lua_getinfo(L, "n", &ar); in luaL_argerror()
180 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
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h383 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); variable
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c221 if(lua_getstack(lua, 1, &dbg) && lua_getinfo(lua, "nSl", &dbg)) { in luaPushError()
2260 lua_getinfo(lua,"Snl",&ar); in ldbTrace()
2412 lua_getinfo(lua,"Sl",ar); in luaLdbLineHook()