Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlua.h450 typedef struct lua_Debug lua_Debug; /* activation record */ typedef
474 struct lua_Debug { struct
475 int event;
476 const char *name; /* (n) */
477 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */
478 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */
479 const char *source; /* (S) */
480 int currentline; /* (l) */
481 int linedefined; /* (S) */
482 int lastlinedefined; /* (S) */
[all …]