Searched defs:lua_Debug (Results 1 – 2 of 2) sorted by relevance
398 struct lua_Debug { struct399 int event;400 const char *name; /* (n) */403 const char *source; /* (S) */404 int currentline; /* (l) */405 int linedefined; /* (S) */406 int lastlinedefined; /* (S) */409 char isvararg; /* (u) */410 char istailcall; /* (t) */411 char short_src[LUA_IDSIZE]; /* (S) */[all …]
441 struct lua_Debug { struct442 int event;443 const char *name; /* (n) */446 const char *source; /* (S) */447 int currentline; /* (l) */448 int linedefined; /* (S) */449 int lastlinedefined; /* (S) */452 char isvararg; /* (u) */453 char istailcall; /* (t) */454 char short_src[LUA_IDSIZE]; /* (S) */[all …]