Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlua.h450 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 Dldblib.c150 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 Dldebug.c107 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 Dlauxlib.c79 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 Dlcorolib.c124 lua_Debug ar; in luaB_costatus()
H A Dlua.c111 static void lstop (lua_State *L, lua_Debug *ar) { in lstop()
H A Dloadlib.c598 lua_Debug ar; in set_env()
H A Dldo.c242 lua_Debug ar; in luaD_hook()
/minix3/external/bsd/llvm/dist/llvm/test/CodeGen/X86/
H A Dcoalescer-cross.ll22 %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 Dbdzlr.ll9 …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 Ddebug.cpp42 lua_Debug lua_debug;
H A Dstate.cpp180 lua_Debug debug; in cxx_closure_trampoline()