Searched defs:lua_Debug (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | lua.h | 137 typedef struct lua_Debug lua_Debug; typedef 475 struct lua_Debug { struct 476 int event; 477 const char *name; /* (n) */ 478 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ 479 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */ 480 const char *source; /* (S) */ 481 size_t srclen; /* (S) */ 482 int currentline; /* (l) */ 483 int linedefined; /* (S) */ [all …]
|
/freebsd/sys/contrib/openzfs/include/sys/lua/ |
H A D | lua.h | 374 typedef struct lua_Debug lua_Debug; /* activation record */ typedef 398 struct lua_Debug { struct 399 int event; 400 const char *name; /* (n) */ 401 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ 402 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */ 403 const char *source; /* (S) */ 404 int currentline; /* (l) */ 405 int linedefined; /* (S) */ 406 int lastlinedefined; /* (S) */ [all …]
|