| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 375 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 D | lua.h | 444 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 D | ldblib.c | 150 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 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() 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 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 lastlevel() 134 lua_Debug ar; in luaL_traceback() 176 lua_Debug ar; in luaL_argerror() 217 lua_Debug ar; in luaL_where()
|
| H A D | lcorolib.c | 131 lua_Debug ar; in auxstatus()
|
| H A D | lua.c | 43 static void lstop (lua_State *L, lua_Debug *ar) { in lstop()
|
| H A D | ldo.c | 302 lua_Debug ar; in luaD_hook()
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ldebug.c | 89 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 D | lauxlib.c | 61 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 D | lcorolib.c | 112 lua_Debug ar; in luaB_costatus()
|
| H A D | ldo.c | 292 lua_Debug ar; in luaD_hook()
|
| /freebsd-13.1/contrib/lutok/ |
| H A D | debug.cpp | 42 lua_Debug lua_debug;
|
| H A D | state.cpp | 180 lua_Debug debug; in cxx_closure_trampoline()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 773 zcp_lua_counthook(lua_State *state, lua_Debug *ar) in zcp_lua_counthook()
|