Searched defs:lua_Debug (Results 1 – 2 of 2) sorted by relevance
469 struct lua_Debug { struct470 int event;471 const char *name; /* (n) */474 const char *source; /* (S) */475 size_t srclen; /* (S) */476 int currentline; /* (l) */477 int linedefined; /* (S) */478 int lastlinedefined; /* (S) */481 char isvararg; /* (u) */482 char istailcall; /* (t) */[all …]
399 struct lua_Debug { struct400 int event;401 const char *name; /* (n) */404 const char *source; /* (S) */405 int currentline; /* (l) */406 int linedefined; /* (S) */407 int lastlinedefined; /* (S) */410 char isvararg; /* (u) */411 char istailcall; /* (t) */412 char short_src[LUA_IDSIZE]; /* (S) */[all …]