Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lstate.h>
Data Fields | |
CommonHeader | |
lu_byte | status |
StkId | top |
StkId | base |
global_State * | l_G |
CallInfo * | ci |
const Instruction * | savedpc |
StkId | stack_last |
StkId | stack |
CallInfo * | end_ci |
CallInfo * | base_ci |
int | stacksize |
int | size_ci |
unsigned short | nCcalls |
unsigned short | baseCcalls |
lu_byte | hookmask |
lu_byte | allowhook |
int | basehookcount |
int | hookcount |
lua_Hook | hook |
TValue | l_gt |
TValue | env |
GCObject * | openupval |
GCObject * | gclist |
struct lua_longjmp * | errorJmp |
ptrdiff_t | errfunc |
const Instruction * | oldpc |
unsigned short | nny |
CallInfo | base_ci |
unsigned short | nci |
UpVal * | openupval |
struct lua_State * | twups |
volatile lua_Hook | hook |
l_signalT | hookmask |
StkId | tbclist |
l_uint32 | nCcalls |
int | oldpc |
volatile l_signalT | hookmask |
Definition at line 100 of file lua-5.1.5/src/lstate.h.
lu_byte lua_State::allowhook |
Definition at line 117 of file lua-5.1.5/src/lstate.h.
Referenced by finishpcallk(), GCTM(), GCTM(), GCTM(), GCTM(), lua_pcallk(), lua_pcallk(), luaD_callhook(), luaD_closeprotected(), luaD_hook(), luaD_hook(), luaD_pcall(), preinit_state(), preinit_state(), preinit_thread(), preinit_thread(), recover(), recover(), and resetstack().
StkId lua_State::base |
Definition at line 104 of file lua-5.1.5/src/lstate.h.
Referenced by correctstack(), index2adr(), lua_checkstack(), lua_close(), lua_concat(), lua_gettop(), lua_settop(), lua_yield(), luaD_pcall(), luaD_poscall(), luaD_precall(), luaG_typeerror(), luaO_pushvfstring(), luaV_concat(), luaV_execute(), resetstack(), resume(), and stack_init().
CallInfo lua_State::base_ci |
Definition at line 111 of file lua-5.1.5/src/lstate.h.
Referenced by checkstacksizes(), correctstack(), freestack(), freestack(), freestack(), freestack(), getcurrenv(), lua_close(), lua_getinfo(), lua_getlocal(), lua_getstack(), lua_replace(), lua_resume(), lua_resume(), lua_resume(), lua_setlocal(), luaD_callhook(), luaD_reallocCI(), luaE_resetthread(), preinit_state(), resetstack(), restore_stack_limit(), resume(), resume(), stack_init(), stack_init(), stack_init(), stack_init(), traversestack(), traversestack(), unroll(), unroll(), and unroll().
CallInfo lua_State::base_ci |
Definition at line 174 of file lua-5.2.4/src/lstate.h.
unsigned short lua_State::baseCcalls |
Definition at line 115 of file lua-5.1.5/src/lstate.h.
Referenced by lua_close(), lua_resume(), lua_yield(), preinit_state(), and resetstack().
int lua_State::basehookcount |
Definition at line 118 of file lua-5.1.5/src/lstate.h.
Referenced by lua_gethookcount(), lua_newthread(), lua_sethook(), luaE_newthread(), preinit_state(), preinit_state(), preinit_thread(), and preinit_thread().
CallInfo * lua_State::ci |
Definition at line 106 of file lua-5.1.5/src/lstate.h.
Referenced by addinfo(), addinfo(), callrethooks(), callTM(), checkclosemth(), checkstacksizes(), correctstack(), correctstack(), correctstack(), correctstack(), currentpc(), findlocal(), findlocal(), findlocal(), findpcall(), findpcall(), findpcall(), finishCcall(), finishCcall(), freestack(), freestack(), freestack(), GCTM(), GCTM(), getcurrenv(), growCI(), index2addr(), index2addr(), index2stack(), index2value(), lua_absindex(), lua_callk(), lua_callk(), lua_checkstack(), lua_checkstack(), lua_close(), lua_closeslot(), lua_copy(), lua_getctx(), lua_getstack(), lua_gettop(), lua_pcallk(), lua_pcallk(), lua_replace(), lua_resume(), lua_resume(), lua_resume(), lua_sethook(), lua_settop(), lua_toclose(), lua_xmove(), lua_yieldk(), lua_yieldk(), luaD_callhook(), luaD_closeprotected(), luaD_hook(), luaD_hook(), luaD_pcall(), luaD_poscall(), luaD_poscall(), luaD_poscall(), luaD_precall(), luaD_reallocCI(), luaD_throw(), luaE_extendCI(), luaE_freeCI(), luaE_resetthread(), luaE_shrinkCI(), luaG_callerror(), luaG_findlocal(), luaG_runerror(), luaG_traceexec(), luaG_traceexec(), luaG_typeerror(), luaT_callorderTM(), luaT_callTM(), luaT_callTM(), luaT_callTMres(), luaV_execute(), luaV_execute(), luaV_execute(), luaV_finishOp(), luaV_lessequal(), moveresults(), moveto(), precover(), preinit_state(), preinit_state(), preinit_thread(), preinit_thread(), recover(), recover(), resetstack(), restore_stack_limit(), resume(), resume(), resume(), resume(), resume_error(), stack_init(), stack_init(), stack_init(), stack_init(), stackinuse(), stackinuse(), stackinuse(), swapextra(), swapextra(), traceexec(), traceexec(), traversestack(), traversestack(), unroll(), unroll(), unroll(), varinfo(), and varinfo().
lua_State::CommonHeader |
Definition at line 101 of file lua-5.1.5/src/lstate.h.
CallInfo* lua_State::end_ci |
Definition at line 110 of file lua-5.1.5/src/lstate.h.
Referenced by luaD_reallocCI(), and stack_init().
TValue lua_State::env |
Definition at line 122 of file lua-5.1.5/src/lstate.h.
Referenced by index2adr().
ptrdiff_t lua_State::errfunc |
Definition at line 126 of file lua-5.1.5/src/lstate.h.
Referenced by finishCcall(), finishCcall(), finishpcallk(), lua_close(), lua_pcallk(), lua_pcallk(), lua_resume(), luaD_pcall(), luaD_protectedparser(), luaD_protectedparser(), luaG_errormsg(), preinit_state(), preinit_state(), preinit_thread(), preinit_thread(), recover(), recover(), and resetstack().
struct lua_longjmp * lua_State::errorJmp |
Definition at line 125 of file lua-5.1.5/src/lstate.h.
Referenced by luaD_rawrunprotected(), luaD_throw(), preinit_state(), preinit_state(), preinit_thread(), preinit_thread(), and resetstack().
GCObject * lua_State::gclist |
Definition at line 124 of file lua-5.1.5/src/lstate.h.
Referenced by propagatemark(), propagatemark(), and propagatemark().
volatile lua_Hook lua_State::hook |
Definition at line 120 of file lua-5.1.5/src/lstate.h.
Referenced by lua_gethook(), lua_newthread(), lua_sethook(), luaD_callhook(), luaD_hook(), luaD_hook(), luaE_newthread(), preinit_state(), preinit_state(), preinit_thread(), and preinit_thread().
volatile lua_Hook lua_State::hook |
Definition at line 192 of file lua-5.3.6/src/lstate.h.
int lua_State::hookcount |
Definition at line 119 of file lua-5.1.5/src/lstate.h.
Referenced by luaG_traceexec(), luaG_traceexec(), luaV_execute(), luaV_execute(), traceexec(), and traceexec().
lu_byte lua_State::hookmask |
Definition at line 116 of file lua-5.1.5/src/lstate.h.
Referenced by callrethooks(), lua_gethookmask(), lua_newthread(), lua_sethook(), luaD_hookcall(), luaD_poscall(), luaD_poscall(), luaD_poscall(), luaD_precall(), luaE_newthread(), luaG_traceexec(), luaG_traceexec(), luaV_execute(), luaV_execute(), luaV_execute(), moveresults(), preinit_state(), preinit_state(), preinit_thread(), preinit_thread(), rethook(), traceexec(), and traceexec().
l_signalT lua_State::hookmask |
Definition at line 199 of file lua-5.3.6/src/lstate.h.
volatile l_signalT lua_State::hookmask |
Definition at line 326 of file lua-5.4.3/src/lstate.h.
global_State * lua_State::l_G |
Definition at line 105 of file lua-5.1.5/src/lstate.h.
TValue lua_State::l_gt |
Definition at line 121 of file lua-5.1.5/src/lstate.h.
unsigned short lua_State::nCcalls |
Definition at line 114 of file lua-5.1.5/src/lstate.h.
Referenced by assignment(), assignment(), assignment(), ccall(), enterlevel(), enterlevel(), enterlevel(), lua_close(), lua_resume(), lua_resume(), lua_resume(), lua_setlevel(), lua_yield(), luaD_call(), luaD_call(), luaD_pcall(), luaD_rawrunprotected(), luaE_incCstack(), preinit_state(), preinit_state(), preinit_thread(), preinit_thread(), resetstack(), resume(), and stackerror().
l_uint32 lua_State::nCcalls |
Definition at line 322 of file lua-5.4.3/src/lstate.h.
unsigned short lua_State::nci |
Definition at line 179 of file lua-5.3.6/src/lstate.h.
Referenced by freestack(), freestack(), luaE_extendCI(), luaE_freeCI(), luaE_shrinkCI(), preinit_thread(), preinit_thread(), and traversethread().
unsigned short lua_State::nny |
Definition at line 163 of file lua-5.2.4/src/lstate.h.
Referenced by finishCcall(), finishCcall(), lua_callk(), lua_callk(), lua_isyieldable(), lua_pcallk(), lua_pcallk(), lua_resume(), lua_yieldk(), lua_yieldk(), luaD_call(), luaD_callnoyield(), luaD_pcall(), luaD_protectedparser(), preinit_state(), preinit_thread(), recover(), and recover().
const Instruction * lua_State::oldpc |
Definition at line 159 of file lua-5.2.4/src/lstate.h.
Referenced by lua_sethook(), luaD_hookcall(), luaD_poscall(), luaD_poscall(), luaG_traceexec(), luaG_traceexec(), luaV_execute(), preinit_thread(), rethook(), and traceexec().
int lua_State::oldpc |
Definition at line 323 of file lua-5.4.3/src/lstate.h.
UpVal * lua_State::openupval |
Definition at line 123 of file lua-5.1.5/src/lstate.h.
Referenced by correctstack(), correctstack(), correctstack(), correctstack(), luaE_freethread(), luaF_close(), luaF_closeupval(), luaF_findupval(), luaV_execute(), preinit_state(), preinit_state(), preinit_thread(), preinit_thread(), remarkupvals(), remarkupvals(), sweepthread(), traversethread(), and traversethread().
UpVal* lua_State::openupval |
Definition at line 187 of file lua-5.3.6/src/lstate.h.
const Instruction* lua_State::savedpc |
Definition at line 107 of file lua-5.1.5/src/lstate.h.
Referenced by currentpc(), luaD_pcall(), luaD_poscall(), luaD_precall(), luaV_execute(), preinit_state(), and traceexec().
int lua_State::size_ci |
Definition at line 113 of file lua-5.1.5/src/lstate.h.
Referenced by checkstacksizes(), freestack(), growCI(), luaD_reallocCI(), preinit_state(), propagatemark(), restore_stack_limit(), and stack_init().
StkId lua_State::stack |
Definition at line 109 of file lua-5.1.5/src/lstate.h.
Referenced by checkstacksizes(), close_state(), close_state(), close_state(), correctstack(), correctstack(), correctstack(), freestack(), freestack(), freestack(), freestack(), lua_checkstack(), lua_checkstack(), lua_close(), luaD_growstack(), luaD_growstack(), luaD_reallocstack(), luaD_reallocstack(), luaE_freethread(), luaE_resetthread(), luaV_execute(), luaV_execute(), poptbclist(), preinit_state(), preinit_state(), preinit_thread(), preinit_thread(), restore_stack_limit(), stack_init(), stack_init(), stack_init(), stack_init(), stackinuse(), stackinuse(), stackinuse(), sweepthread(), traversestack(), traversestack(), traversethread(), and traversethread().
StkId lua_State::stack_last |
Definition at line 108 of file lua-5.1.5/src/lstate.h.
Referenced by lua_checkstack(), lua_checkstack(), luaD_callhook(), luaD_hook(), luaD_precall(), luaD_pretailcall(), luaD_reallocstack(), luaD_reallocstack(), luaT_adjustvarargs(), luaV_execute(), restore_stack_limit(), stack_init(), stack_init(), stack_init(), stack_init(), stackinuse(), traversestack(), and traversethread().
int lua_State::stacksize |
Definition at line 112 of file lua-5.1.5/src/lstate.h.
Referenced by checkstacksizes(), freestack(), freestack(), freestack(), luaD_growstack(), luaD_reallocstack(), luaD_shrinkstack(), luaV_execute(), luaV_execute(), preinit_state(), preinit_state(), preinit_thread(), propagatemark(), restore_stack_limit(), stack_init(), stack_init(), stack_init(), traversestack(), and traversethread().
lu_byte lua_State::status |
Definition at line 102 of file lua-5.1.5/src/lstate.h.
Referenced by lua_callk(), lua_callk(), lua_pcallk(), lua_pcallk(), lua_resetthread(), lua_resume(), lua_resume(), lua_resume(), lua_status(), lua_yield(), lua_yieldk(), lua_yieldk(), luaD_throw(), luaE_resetthread(), luaG_traceexec(), luaG_traceexec(), luaV_execute(), preinit_state(), preinit_state(), preinit_thread(), preinit_thread(), resume(), resume(), resume(), resume(), swapextra(), swapextra(), and traceexec().
StkId lua_State::tbclist |
Definition at line 315 of file lua-5.4.3/src/lstate.h.
Referenced by correctstack(), lua_closeslot(), lua_settop(), lua_toclose(), luaF_close(), luaF_newtbcupval(), luaV_execute(), poptbclist(), and stack_init().
StkId lua_State::top |
Definition at line 103 of file lua-5.1.5/src/lstate.h.
Referenced by adjust_varargs(), adjust_varargs(), adjust_varargs(), aux_rawset(), auxgetstr(), auxgetstr(), auxsetstr(), auxsetstr(), call_orderTM(), call_orderTM(), callclosemethod(), callTM(), callTM(), callTMres(), close_func(), close_func(), collectvalidlines(), collectvalidlines(), collectvalidlines(), collectvalidlines(), combine(), correctstack(), correctstack(), correctstack(), correctstack(), dothecall(), dothecall(), dothecall(), f_Ccall(), f_parser(), findlocal(), findlocal(), findlocal(), finishCcall(), finishCcall(), finishrawget(), GCTM(), GCTM(), GCTM(), GCTM(), index2addr(), index2addr(), index2adr(), index2stack(), index2value(), LoadString(), loadStringN(), lua_absindex(), lua_arith(), lua_call(), lua_callk(), lua_callk(), lua_checkstack(), lua_checkstack(), lua_close(), lua_concat(), lua_cpcall(), lua_createtable(), lua_dump(), lua_dump(), lua_error(), lua_getfenv(), lua_getfield(), lua_getglobal(), lua_geti(), lua_getinfo(), lua_getiuservalue(), lua_getlocal(), lua_getmetatable(), lua_gettable(), lua_gettop(), lua_getupvalue(), lua_getuservalue(), lua_insert(), lua_len(), lua_load(), lua_newthread(), lua_newuserdata(), lua_newuserdatauv(), lua_next(), lua_pcall(), lua_pcallk(), lua_pcallk(), lua_pushboolean(), lua_pushcclosure(), lua_pushinteger(), lua_pushlightuserdata(), lua_pushlstring(), lua_pushnil(), lua_pushnumber(), lua_pushstring(), lua_pushthread(), lua_pushunsigned(), lua_pushvalue(), lua_rawget(), lua_rawgeti(), lua_rawgeti(), lua_rawgetp(), lua_rawset(), lua_rawseti(), lua_rawseti(), lua_rawsetp(), lua_remove(), lua_replace(), lua_resume(), lua_resume(), lua_resume(), lua_rotate(), lua_setfenv(), lua_setfield(), lua_setglobal(), lua_seti(), lua_setiuservalue(), lua_setlocal(), lua_setmetatable(), lua_settable(), lua_settop(), lua_setupvalue(), lua_setuservalue(), lua_stringtonumber(), lua_xmove(), lua_yield(), lua_yieldk(), lua_yieldk(), luaA_pushobject(), luaD_callhook(), luaD_growstack(), luaD_growstack(), luaD_hook(), luaD_hook(), luaD_inctop(), luaD_poscall(), luaD_precall(), luaD_pretailcall(), luaD_protectedparser(), luaD_protectedparser(), luaD_seterrorobj(), luaD_throw(), luaD_tryfuncTM(), luaE_resetthread(), luaE_warnerror(), luaF_closeupval(), luaG_errormsg(), luaG_findlocal(), luaG_traceexec(), luaG_traceexec(), luaK_numberK(), luaO_pushvfstring(), luaT_adjustvarargs(), luaT_callorderTM(), luaT_callTM(), luaT_callTM(), luaT_callTMres(), luaT_getvarargs(), luaT_tryconcatTM(), luaU_undump(), luaU_undump(), luaV_concat(), luaV_equalobj(), luaV_equalobj_(), luaV_equalval(), luaV_execute(), luaV_execute(), luaV_execute(), luaV_finishOp(), luaX_newstring(), luaY_parser(), moveresults(), moveresults(), open_func(), open_func(), pushstr(), pushstr(), pushstr(), pushstr(), resume(), resume(), resume(), resume(), resume_error(), resume_error(), resume_error(), resume_error(), rethook(), seterrorobj(), seterrorobj(), stack_init(), stack_init(), stack_init(), stack_init(), stackinuse(), stackinuse(), stackinuse(), traceexec(), traversestack(), traversestack(), traversethread(), traversethread(), tryfuncTM(), tryfuncTM(), and tryfuncTM().
struct lua_State * lua_State::twups |
Definition at line 189 of file lua-5.3.6/src/lstate.h.
Referenced by luaF_findupval(), newupval(), preinit_thread(), preinit_thread(), remarkupvals(), remarkupvals(), traversethread(), and traversethread().