Searched defs:lua_Debug (Results 1 – 2 of 2) sorted by relevance
137 typedef struct lua_Debug lua_Debug; typedef475 struct lua_Debug { struct476 int event;477 const char *name; /* (n) */480 const char *source; /* (S) */481 size_t srclen; /* (S) */482 int currentline; /* (l) */483 int linedefined; /* (S) */484 int lastlinedefined; /* (S) */487 char isvararg; /* (u) */[all …]
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 …]