Home
last modified time | relevance | path

Searched refs:lua_getstack (Results 1 – 8 of 8) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dldblib.c161 if (!lua_getstack(L1, (int)luaL_checkinteger(L, arg + 1), &ar)) { in db_getinfo()
210 if (!lua_getstack(L1, level, &ar)) /* out of range? */ in db_getlocal()
235 if (!lua_getstack(L1, level, &ar)) /* out of range? */ in db_setlocal()
H A Dlauxlib.c120 while (lua_getstack(L, le, &ar)) { li = le; le *= 2; } in countlevels()
124 if (lua_getstack(L, m, &ar)) li = m + 1; in countlevels()
139 while (lua_getstack(L1, level++, &ar)) { in luaL_traceback()
170 if (!lua_getstack(L, 0, &ar)) /* no stack frame? */ in luaL_argerror()
207 if (lua_getstack(L, level, &ar)) { /* check function at level */ in luaL_where()
H A Dlcorolib.c125 if (lua_getstack(co, 0, &ar) > 0) /* does it have frames? */ in luaB_costatus()
H A Dlua.h457 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar); variable
H A Dloadlib.c599 if (lua_getstack(L, 1, &ar) == 0 || in set_env()
H A Dldebug.c107 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() function
/minix3/external/bsd/lutok/dist/
H A Ddebug.cpp85 lua_getstack(raw_state, level, &_pimpl->lua_debug); in get_stack()
H A Dstate.cpp181 lua_getstack(raw_state, 0, &debug); in cxx_closure_trampoline()