Searched refs:lua_getstack (Results 1 – 11 of 11) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldblib.c | 105 if (!lua_getstack(L1, (int)lua_tointeger(L, arg+1), &ar)) { in db_getinfo() 149 if (!lua_getstack(L1, luaL_checkint(L, arg+1), &ar)) /* out of range? */ in db_getlocal() 169 if (!lua_getstack(L1, luaL_checkint(L, arg+1), &ar)) /* out of range? */ in db_setlocal() 339 while (lua_getstack(L1, level++, &ar)) { in db_errorfb() 342 if (!lua_getstack(L1, level+LEVELS2, &ar)) in db_errorfb() 346 while (lua_getstack(L1, level+LEVELS2, &ar)) /* find last levels */ in db_errorfb()
|
| H A D | lbaselib.c | 123 if (lua_getstack(L, level, &ar) == 0) in getfunc() 497 if (lua_getstack(co, 0, &ar) > 0) /* does it have frames? */ in costatus()
|
| H A D | lauxlib.c | 45 if (!lua_getstack(L, 0, &ar)) /* no stack frame? */ in luaL_argerror() 75 if (lua_getstack(L, level, &ar)) { /* check function at level */ in luaL_where()
|
| H A D | lua.h | 333 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar);
|
| H A D | loadlib.c | 509 if (lua_getstack(L, 1, &ar) == 0 || in setfenv()
|
| H A D | ldebug.c | 84 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() function
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lauxlib.c | 99 while (lua_getstack(L, le, &ar)) { li = le; le *= 2; } in countlevels() 103 if (lua_getstack(L, m, &ar)) li = m + 1; in countlevels() 118 while (lua_getstack(L1, level++, &ar)) { in luaL_traceback() 149 if (!lua_getstack(L, 0, &ar)) /* no stack frame? */ in luaL_argerror() 179 if (lua_getstack(L, level, &ar)) { /* check function at level */ in luaL_where()
|
| H A D | lcorolib.c | 113 if (lua_getstack(co, 0, &ar) > 0) /* does it have frames? */ in luaB_costatus()
|
| H A D | ldebug.c | 89 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() function
|
| /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() 2107 while (lua_getstack(lua,l,&ar) != 0) { in ldbPrint() 2139 if (lua_getstack(lua,0,&ar) != 0) { in ldbPrintAll() 2259 while(lua_getstack(lua,level,&ar)) { in ldbTrace() 2411 lua_getstack(lua,0,ar); in luaLdbLineHook()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 382 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar); variable
|