Home
last modified time | relevance | path

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

/freebsd-13.1/sys/contrib/openzfs/include/sys/lua/
H A Dlua.h375 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
379 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
382 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar);
383 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar);
384 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n);
385 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n);
399 struct lua_Debug { struct
/freebsd-13.1/contrib/lua/src/
H A Dlua.h444 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
448 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar);
451 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar);
452 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar);
453 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n);
454 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n);
469 struct lua_Debug { struct
H A Dldblib.c150 lua_Debug ar; in db_getinfo()
212 lua_Debug ar; in db_getlocal()
237 lua_Debug ar; in db_setlocal()
322 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()
330 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo()
386 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 lastlevel()
134 lua_Debug ar; in luaL_traceback()
176 lua_Debug ar; in luaL_argerror()
217 lua_Debug ar; in luaL_where()
H A Dlcorolib.c131 lua_Debug ar; in auxstatus()
H A Dlua.c43 static void lstop (lua_State *L, lua_Debug *ar) { in lstop()
H A Dldo.c302 lua_Debug ar; in luaD_hook()
/freebsd-13.1/sys/contrib/openzfs/module/lua/
H A Dldebug.c89 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack()
150 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal()
174 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal()
189 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo()
226 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo()
277 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
H A Dlauxlib.c61 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { in pushglobalfuncname()
77 static void pushfuncname (lua_State *L, lua_Debug *ar) { in pushfuncname()
96 lua_Debug ar; in countlevels()
112 lua_Debug ar; in luaL_traceback()
148 lua_Debug ar; in luaL_argerror()
178 lua_Debug ar; in luaL_where()
H A Dlcorolib.c112 lua_Debug ar; in luaB_costatus()
H A Dldo.c292 lua_Debug ar; in luaD_hook()
/freebsd-13.1/contrib/lutok/
H A Ddebug.cpp42 lua_Debug lua_debug;
H A Dstate.cpp180 lua_Debug debug; in cxx_closure_trampoline()
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Dzcp.c773 zcp_lua_counthook(lua_State *state, lua_Debug *ar) in zcp_lua_counthook()