Searched refs:lua_Debug (Results 1 – 12 of 12) sorted by relevance
/minix3/external/mit/lua/dist/src/ |
H A D | lua.h | 450 typedef struct lua_Debug lua_Debug; /* activation record */ typedef 454 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); 457 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar); 458 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); 459 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); 460 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n); 474 struct lua_Debug { struct
|
H A D | ldblib.c | 150 lua_Debug ar; in db_getinfo() 200 lua_Debug ar; in db_getlocal() 232 lua_Debug ar; in db_setlocal() 309 static void hookf (lua_State *L, lua_Debug *ar) { in hookf()
|
H A D | ldebug.c | 107 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() 168 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() 192 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal() 208 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo() 245 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo() 296 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
|
H A D | lauxlib.c | 79 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { in pushglobalfuncname() 100 static void pushfuncname (lua_State *L, lua_Debug *ar) { in pushfuncname() 117 lua_Debug ar; in countlevels() 133 lua_Debug ar; in luaL_traceback() 169 lua_Debug ar; in luaL_argerror() 206 lua_Debug ar; in luaL_where()
|
H A D | lcorolib.c | 124 lua_Debug ar; in luaB_costatus()
|
H A D | lua.c | 111 static void lstop (lua_State *L, lua_Debug *ar) { in lstop()
|
H A D | loadlib.c | 598 lua_Debug ar; in set_env()
|
H A D | ldo.c | 242 lua_Debug ar; in luaD_hook()
|
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/ |
H A D | coalescer-cross.ll | 22 %struct.lua_Debug = type { i32, i8*, i8*, i8*, i8*, i32, i32, i32, i32, [60 x i8], i32 } 23 …i32, i32, i16, i16, i8, i8, i32, i32, void (%struct.lua_State*, %struct.lua_Debug*)*, %struct.TVal…
|
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/PowerPC/ |
H A D | bdzlr.ll | 9 …2, i16, i16, i8, i8, i32, i32, void (%struct.lua_State.14.689*, %struct.lua_Debug.12.687*)*, %stru… 22 %struct.lua_Debug.12.687 = type { i32, i8*, i8*, i8*, i8*, i32, i32, i32, i32, [60 x i8], i32 }
|
/minix3/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()
|