Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h141 typedef struct lua_Debug lua_Debug; typedef
147 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
480 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar);
481 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar);
482 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n);
483 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n);
498 struct lua_Debug { struct
H A Dldblib.c154 lua_Debug ar; in db_getinfo()
217 lua_Debug ar; in db_getlocal()
242 lua_Debug ar; in db_setlocal()
327 static void hookf (lua_State *L, lua_Debug *ar) { in hookf()
H A Dldebug.c164 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack()
224 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal()
246 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal()
260 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo()
331 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo()
387 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
H A Dlauxlib.c85 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { in pushglobalfuncname()
106 static void pushfuncname (lua_State *L, lua_Debug *ar) { in pushfuncname()
123 lua_Debug ar; in lastlevel()
140 lua_Debug ar; in luaL_traceback()
182 lua_Debug ar; in luaL_argerror()
223 lua_Debug ar; in luaL_where()
H A Dlcorolib.c138 lua_Debug ar; in auxstatus()
H A Dlua.c65 static void lstop (lua_State *L, lua_Debug *ar) { in lstop()
H A Dldo.c340 lua_Debug ar; in luaD_hook()
/netbsd-src/external/bsd/lutok/dist/
H A Ddebug.cpp42 lua_Debug lua_debug;
H A Dstate.cpp180 lua_Debug debug; in cxx_closure_trampoline()
/netbsd-src/sys/modules/lua/
H A Dlua.c87 static void lua_maxcount(lua_State *, lua_Debug *);
619 lua_maxcount(lua_State *L, lua_Debug *d) in lua_maxcount()