Searched defs:lua_Debug (Results 1 – 2 of 2) sorted by relevance
346 struct lua_Debug { struct347 int event;348 const char *name; /* (n) */350 const char *what; /* (S) `Lua', `C', `main', `tail' */351 const char *source; /* (S) */352 int currentline; /* (l) */353 int nups; /* (u) number of upvalues */354 int linedefined; /* (S) */355 int lastlinedefined; /* (S) */356 char short_src[LUA_IDSIZE]; /* (S) */[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 …]