Searched refs:lua_Debug (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lua.h | 141 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 D | ldblib.c | 154 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 D | ldebug.c | 164 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 D | lauxlib.c | 85 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 D | lcorolib.c | 138 lua_Debug ar; in auxstatus()
|
H A D | lua.c | 65 static void lstop (lua_State *L, lua_Debug *ar) { in lstop()
|
H A D | ldo.c | 340 lua_Debug ar; in luaD_hook()
|
/netbsd-src/external/bsd/lutok/dist/ |
H A D | debug.cpp | 42 lua_Debug lua_debug;
|
H A D | state.cpp | 180 lua_Debug debug; in cxx_closure_trampoline()
|
/netbsd-src/sys/modules/lua/ |
H A D | lua.c | 87 static void lua_maxcount(lua_State *, lua_Debug *); 619 lua_maxcount(lua_State *L, lua_Debug *d) in lua_maxcount()
|