Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlua.h470 struct lua_Debug { struct
471 int event;
472 const char *name; /* (n) */
475 const char *source; /* (S) */
476 size_t srclen; /* (S) */
477 int currentline; /* (l) */
478 int linedefined; /* (S) */
479 int lastlinedefined; /* (S) */
482 char isvararg; /* (u) */
483 char istailcall; /* (t) */
[all …]

Completed in 5 milliseconds