Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlua.h141 typedef struct lua_Debug lua_Debug; typedef
498 struct lua_Debug { struct
499 int event;
500 const char *name; /* (n) */
501 const char *namewhat; /* (n) 'global', 'local', 'field', 'method' */
502 const char *what; /* (S) 'Lua', 'C', 'main', 'tail' */
503 const char *source; /* (S) */
504 size_t srclen; /* (S) */
505 int currentline; /* (l) */
506 int linedefined; /* (S) */
[all …]