Searched defs:lua_Debug (Results 1 – 2 of 2) sorted by relevance
| /external/syslinux/com32/lua/src/ |
| D | lua.h | 380 typedef struct lua_Debug lua_Debug; /* activation record */ typedef 404 struct lua_Debug { struct 405 int event; 406 const char *name; /* (n) */ 407 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ 408 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */ 409 const char *source; /* (S) */ 410 int currentline; /* (l) */ 411 int linedefined; /* (S) */ 412 int lastlinedefined; /* (S) */ [all …]
|
| /external/skia/third_party/lua/src/ |
| D | lua.h | 375 typedef struct lua_Debug lua_Debug; /* activation record */ typedef 399 struct lua_Debug { struct 400 int event; 401 const char *name; /* (n) */ 402 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */ 403 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */ 404 const char *source; /* (S) */ 405 int currentline; /* (l) */ 406 int linedefined; /* (S) */ 407 int lastlinedefined; /* (S) */ [all …]
|