| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| H A D | lua.h | 374 typedef struct lua_Debug lua_Debug; /* activation record */ typedef 378 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); 381 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar); 382 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); 383 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); 384 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n); 398 struct lua_Debug { struct
|
| H A D | ldebug.c | 90 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() 151 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() 175 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal() 190 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo() 227 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo() 278 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
|
| H A D | lauxlib.c | 62 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { in pushglobalfuncname() 78 static void pushfuncname (lua_State *L, lua_Debug *ar) { in pushfuncname() 97 lua_Debug ar; in countlevels() 113 lua_Debug ar; in luaL_traceback() 149 lua_Debug ar; in luaL_argerror() 179 lua_Debug ar; in luaL_where()
|
| H A D | lcorolib.c | 113 lua_Debug ar; in luaB_costatus()
|
| H A D | ldo.c | 233 lua_Debug ar; in luaD_hook()
|
| /freebsd-12.1/contrib/lua/src/ |
| H A D | lua.h | 417 typedef struct lua_Debug lua_Debug; /* activation record */ typedef 421 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); 424 LUA_API int (lua_getstack) (lua_State *L, int level, lua_Debug *ar); 425 LUA_API int (lua_getinfo) (lua_State *L, const char *what, lua_Debug *ar); 426 LUA_API const char *(lua_getlocal) (lua_State *L, const lua_Debug *ar, int n); 427 LUA_API const char *(lua_setlocal) (lua_State *L, const lua_Debug *ar, int n); 441 struct lua_Debug { struct
|
| H A D | ldblib.c | 146 lua_Debug ar; in db_getinfo() 196 lua_Debug ar; in db_getlocal() 228 lua_Debug ar; in db_setlocal() 305 static void hookf (lua_State *L, lua_Debug *ar) { in hookf()
|
| H A D | ldebug.c | 110 LUA_API int lua_getstack (lua_State *L, int level, lua_Debug *ar) { in lua_getstack() 171 LUA_API const char *lua_getlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_getlocal() 195 LUA_API const char *lua_setlocal (lua_State *L, const lua_Debug *ar, int n) { in lua_setlocal() 211 static void funcinfo (lua_Debug *ar, Closure *cl) { in funcinfo() 262 static int auxgetinfo (lua_State *L, const char *what, lua_Debug *ar, in auxgetinfo() 309 LUA_API int lua_getinfo (lua_State *L, const char *what, lua_Debug *ar) { in lua_getinfo()
|
| H A D | lauxlib.c | 73 static int pushglobalfuncname (lua_State *L, lua_Debug *ar) { in pushglobalfuncname() 94 static void pushfuncname (lua_State *L, lua_Debug *ar) { in pushfuncname() 111 lua_Debug ar; in lastlevel() 127 lua_Debug ar; in luaL_traceback() 165 lua_Debug ar; in luaL_argerror() 206 lua_Debug ar; in luaL_where()
|
| H A D | lcorolib.c | 120 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 | 635 lua_Debug ar; in set_env()
|
| H A D | ldo.c | 259 lua_Debug ar; in luaD_hook()
|
| /freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| H A D | zcp.c | 796 zcp_lua_counthook(lua_State *state, lua_Debug *ar) in zcp_lua_counthook()
|