Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lua.h>
Data Fields | |
int | event |
const char * | name |
const char * | namewhat |
const char * | what |
const char * | source |
int | currentline |
int | nups |
int | linedefined |
int | lastlinedefined |
char | short_src [LUA_IDSIZE] |
int | i_ci |
unsigned char | nups |
unsigned char | nparams |
char | isvararg |
char | istailcall |
struct CallInfo * | i_ci |
size_t | srclen |
unsigned short | ftransfer |
unsigned short | ntransfer |
Definition at line 346 of file lua-5.1.5/src/lua.h.
int lua_Debug::currentline |
Definition at line 352 of file lua-5.1.5/src/lua.h.
Referenced by auxgetinfo(), auxgetinfo(), auxgetinfo(), auxgetinfo(), db_errorfb(), db_getinfo(), db_getinfo(), db_getinfo(), db_getinfo(), hookf(), hookf(), hookf(), hookf(), info_tailcall(), luaD_callhook(), luaD_hook(), luaD_hook(), luaL_traceback(), and luaL_where().
int lua_Debug::event |
Definition at line 347 of file lua-5.1.5/src/lua.h.
Referenced by hookf(), hookf(), hookf(), hookf(), luaD_callhook(), luaD_hook(), and luaD_hook().
unsigned short lua_Debug::ftransfer |
Definition at line 484 of file lua-5.4.3/src/lua.h.
Referenced by auxgetinfo(), and db_getinfo().
struct CallInfo * lua_Debug::i_ci |
Definition at line 358 of file lua-5.1.5/src/lua.h.
Referenced by lua_getinfo(), lua_getlocal(), lua_getstack(), lua_setlocal(), luaD_callhook(), luaD_hook(), and luaD_hook().
struct CallInfo* lua_Debug::i_ci |
Definition at line 414 of file lua-5.2.4/src/lua.h.
char lua_Debug::istailcall |
Definition at line 411 of file lua-5.2.4/src/lua.h.
Referenced by auxgetinfo(), auxgetinfo(), auxgetinfo(), db_getinfo(), db_getinfo(), db_getinfo(), and luaL_traceback().
char lua_Debug::isvararg |
Definition at line 410 of file lua-5.2.4/src/lua.h.
Referenced by auxgetinfo(), auxgetinfo(), auxgetinfo(), db_getinfo(), db_getinfo(), and db_getinfo().
int lua_Debug::lastlinedefined |
Definition at line 355 of file lua-5.1.5/src/lua.h.
Referenced by db_getinfo(), db_getinfo(), db_getinfo(), db_getinfo(), funcinfo(), funcinfo(), funcinfo(), funcinfo(), and info_tailcall().
int lua_Debug::linedefined |
Definition at line 354 of file lua-5.1.5/src/lua.h.
Referenced by db_errorfb(), db_getinfo(), db_getinfo(), db_getinfo(), db_getinfo(), funcinfo(), funcinfo(), funcinfo(), funcinfo(), info_tailcall(), pushfuncname(), pushfuncname(), and pushfuncname().
const char * lua_Debug::name |
Definition at line 348 of file lua-5.1.5/src/lua.h.
Referenced by auxgetinfo(), auxgetinfo(), auxgetinfo(), auxgetinfo(), db_errorfb(), db_getinfo(), db_getinfo(), db_getinfo(), db_getinfo(), info_tailcall(), luaL_argerror(), luaL_argerror(), pushfuncname(), pushfuncname(), and pushfuncname().
const char * lua_Debug::namewhat |
Definition at line 349 of file lua-5.1.5/src/lua.h.
Referenced by auxgetinfo(), auxgetinfo(), auxgetinfo(), auxgetinfo(), db_errorfb(), db_getinfo(), db_getinfo(), db_getinfo(), db_getinfo(), info_tailcall(), luaL_argerror(), luaL_argerror(), pushfuncname(), pushfuncname(), and pushfuncname().
unsigned char lua_Debug::nparams |
Definition at line 409 of file lua-5.2.4/src/lua.h.
Referenced by auxgetinfo(), auxgetinfo(), auxgetinfo(), db_getinfo(), db_getinfo(), and db_getinfo().
unsigned short lua_Debug::ntransfer |
Definition at line 485 of file lua-5.4.3/src/lua.h.
Referenced by auxgetinfo(), and db_getinfo().
unsigned char lua_Debug::nups |
Definition at line 353 of file lua-5.1.5/src/lua.h.
Referenced by auxgetinfo(), auxgetinfo(), auxgetinfo(), auxgetinfo(), checkupval(), db_getinfo(), db_getinfo(), db_getinfo(), db_getinfo(), and info_tailcall().
unsigned char lua_Debug::nups |
Definition at line 408 of file lua-5.2.4/src/lua.h.
char lua_Debug::short_src |
Definition at line 356 of file lua-5.1.5/src/lua.h.
Referenced by db_errorfb(), db_getinfo(), db_getinfo(), db_getinfo(), db_getinfo(), funcinfo(), funcinfo(), funcinfo(), funcinfo(), info_tailcall(), luaL_traceback(), luaL_where(), pushfuncname(), pushfuncname(), and pushfuncname().
const char * lua_Debug::source |
Definition at line 351 of file lua-5.1.5/src/lua.h.
Referenced by db_getinfo(), db_getinfo(), db_getinfo(), db_getinfo(), funcinfo(), funcinfo(), funcinfo(), funcinfo(), and info_tailcall().
size_t lua_Debug::srclen |
Definition at line 476 of file lua-5.4.3/src/lua.h.
Referenced by db_getinfo(), and funcinfo().
const char * lua_Debug::what |
Definition at line 350 of file lua-5.1.5/src/lua.h.
Referenced by db_errorfb(), db_getinfo(), db_getinfo(), db_getinfo(), db_getinfo(), funcinfo(), funcinfo(), funcinfo(), funcinfo(), info_tailcall(), pushfuncname(), pushfuncname(), and pushfuncname().