Searched refs:lua_getinfo (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldblib.c | 118 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 D | lauxlib.c | 47 lua_getinfo(L, "n", &ar); in luaL_argerror() 76 lua_getinfo(L, "Sl", &ar); /* get info about it */ in luaL_where()
|
| H A D | lua.h | 334 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar);
|
| H A D | lbaselib.c | 125 lua_getinfo(L, "f", &ar); in getfunc()
|
| H A D | loadlib.c | 510 lua_getinfo(L, "f", &ar) == 0 || /* get calling function */ in setfenv()
|
| H A D | ldebug.c | 232 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 D | lauxlib.c | 63 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 D | ldebug.c | 277 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 D | lua.h | 383 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 D | scripting.c | 221 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()
|