Home
last modified time | relevance | path

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

/external/syslinux/com32/lua/src/
Dlua.h380 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 …]