Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lobject.h>
Data Fields | |
CommonHeader | |
TValue * | k |
Instruction * | code |
struct Proto ** | p |
int * | lineinfo |
struct LocVar * | locvars |
TString ** | upvalues |
TString * | source |
int | sizeupvalues |
int | sizek |
int | sizecode |
int | sizelineinfo |
int | sizep |
int | sizelocvars |
int | linedefined |
int | lastlinedefined |
GCObject * | gclist |
lu_byte | nups |
lu_byte | numparams |
lu_byte | is_vararg |
lu_byte | maxstacksize |
LocVar * | locvars |
Upvaldesc * | upvalues |
union Closure * | cache |
struct LClosure * | cache |
int | sizeabslineinfo |
ls_byte * | lineinfo |
AbsLineInfo * | abslineinfo |
Definition at line 231 of file lua-5.1.5/src/lobject.h.
AbsLineInfo* Proto::abslineinfo |
Definition at line 558 of file lua-5.4.3/src/lobject.h.
Referenced by close_func(), dumpDebug(), getbaseline(), loadDebug(), luaF_freeproto(), luaF_newproto(), removelastlineinfo(), and savelineinfo().
union Closure* Proto::cache |
Definition at line 475 of file lua-5.2.4/src/lobject.h.
Referenced by getcached(), getcached(), luaC_barrierproto_(), luaF_newproto(), pushclosure(), pushclosure(), traverseproto(), and traverseproto().
struct LClosure* Proto::cache |
Definition at line 426 of file lua-5.3.6/src/lobject.h.
Instruction * Proto::code |
Definition at line 234 of file lua-5.1.5/src/lobject.h.
Referenced by close_func(), close_func(), close_func(), close_func(), combine(), constructor(), constructor(), constructor(), DumpCode(), dumpCode(), findsetreg(), findsetreg(), findsetreg(), finishbinexpneg(), fixforjump(), fixjump(), fixjump(), fixjump(), fixjump(), funcnamefromcode(), funcnamefromcode(), getfuncname(), getjump(), getjump(), getjump(), getjump(), getjumpcontrol(), getjumpcontrol(), getjumpcontrol(), getjumpcontrol(), getobjname(), getobjname(), getobjname(), LoadCode(), LoadCode(), LoadCode(), loadCode(), luaD_precall(), luaD_pretailcall(), luaF_freeproto(), luaF_newproto(), luaK_code(), luaK_code(), luaK_code(), luaK_code(), luaK_finish(), luaK_nil(), luaK_patchclose(), luaK_settablesize(), luaV_execute(), precheck(), previousinstruction(), PrintCode(), PrintCode(), PrintCode(), PrintCode(), and symbexec().
Proto::CommonHeader |
Definition at line 232 of file lua-5.1.5/src/lobject.h.
GCObject * Proto::gclist |
Definition at line 248 of file lua-5.1.5/src/lobject.h.
Referenced by luaC_barrierproto_(), propagatemark(), propagatemark(), and propagatemark().
lu_byte Proto::is_vararg |
Definition at line 251 of file lua-5.1.5/src/lobject.h.
Referenced by adjust_varargs(), auxgetinfo(), auxgetinfo(), auxgetinfo(), DumpFunction(), DumpFunction(), DumpFunction(), dumpFunction(), LoadFunction(), LoadFunction(), loadFunction(), LoadFunction(), luaD_precall(), luaF_newproto(), luaK_finish(), luaV_execute(), luaY_parser(), mainfunc(), mainfunc(), parlist(), parlist(), parlist(), precheck(), PrintHeader(), PrintHeader(), PrintHeader(), PrintHeader(), rethook(), setvararg(), simpleexp(), simpleexp(), simpleexp(), simpleexp(), and symbexec().
TValue * Proto::k |
Definition at line 233 of file lua-5.1.5/src/lobject.h.
Referenced by addk(), addk(), addk(), addk(), close_func(), close_func(), close_func(), close_func(), codebitwise(), DumpConstants(), DumpConstants(), DumpConstants(), dumpConstants(), getobjname(), getobjname(), getobjname(), getobjname(), isKstr(), kname(), kname(), kname(), kname(), LoadConstants(), LoadConstants(), LoadConstants(), loadConstants(), luaF_freeproto(), luaF_newproto(), luaV_execute(), luaV_execute(), luaV_execute(), PrintCode(), PrintConstant(), PrintConstant(), PrintConstant(), PrintConstant(), PrintType(), symbexec(), traverseproto(), traverseproto(), traverseproto(), and traverseproto().
int Proto::lastlinedefined |
Definition at line 247 of file lua-5.1.5/src/lobject.h.
Referenced by body(), body(), body(), body(), DumpFunction(), DumpFunction(), DumpFunction(), dumpFunction(), funcinfo(), funcinfo(), funcinfo(), funcinfo(), LoadFunction(), LoadFunction(), loadFunction(), LoadFunction(), luaF_newproto(), PrintHeader(), PrintHeader(), PrintHeader(), and PrintHeader().
int Proto::linedefined |
Definition at line 246 of file lua-5.1.5/src/lobject.h.
Referenced by body(), body(), body(), body(), collectvalidlines(), DumpFunction(), DumpFunction(), DumpFunction(), dumpFunction(), errorlimit(), errorlimit(), errorlimit(), errorlimit(), funcinfo(), funcinfo(), funcinfo(), funcinfo(), getbaseline(), LoadFunction(), LoadFunction(), loadFunction(), LoadFunction(), luaF_newproto(), open_func(), PrintHeader(), PrintHeader(), PrintHeader(), and PrintHeader().
int * Proto::lineinfo |
Definition at line 236 of file lua-5.1.5/src/lobject.h.
Referenced by changedline(), close_func(), close_func(), close_func(), close_func(), collectvalidlines(), collectvalidlines(), collectvalidlines(), DumpDebug(), DumpDebug(), DumpDebug(), dumpDebug(), LoadDebug(), LoadDebug(), LoadDebug(), loadDebug(), luaF_freeproto(), luaF_newproto(), luaG_getfuncline(), luaK_code(), luaK_code(), luaK_code(), luaK_fixline(), nextline(), removelastlineinfo(), and savelineinfo().
ls_byte* Proto::lineinfo |
Definition at line 557 of file lua-5.4.3/src/lobject.h.
LocVar * Proto::locvars |
Definition at line 237 of file lua-5.1.5/src/lobject.h.
Referenced by close_func(), close_func(), close_func(), close_func(), DumpDebug(), DumpDebug(), DumpDebug(), dumpDebug(), getlocvar(), getlocvar(), LoadDebug(), LoadDebug(), LoadDebug(), loadDebug(), localdebuginfo(), luaF_freeproto(), luaF_getlocalname(), luaF_newproto(), PrintDebug(), PrintDebug(), PrintDebug(), PrintLocals(), registerlocalvar(), registerlocalvar(), registerlocalvar(), registerlocalvar(), traverseproto(), traverseproto(), traverseproto(), and traverseproto().
LocVar* Proto::locvars |
Definition at line 473 of file lua-5.2.4/src/lobject.h.
lu_byte Proto::maxstacksize |
Definition at line 252 of file lua-5.1.5/src/lobject.h.
Referenced by adjust_varargs(), adjust_varargs(), checkArgMode(), chunk(), combine(), DumpFunction(), DumpFunction(), DumpFunction(), dumpFunction(), LoadFunction(), LoadFunction(), loadFunction(), LoadFunction(), luaD_precall(), luaD_pretailcall(), luaF_newproto(), luaK_checkstack(), luaT_adjustvarargs(), open_func(), open_func(), open_func(), open_func(), precheck(), PrintHeader(), PrintHeader(), PrintHeader(), PrintHeader(), statement(), statement(), and statement().
lu_byte Proto::numparams |
Definition at line 250 of file lua-5.1.5/src/lobject.h.
Referenced by adjust_varargs(), adjust_varargs(), adjust_varargs(), auxgetinfo(), auxgetinfo(), auxgetinfo(), DumpFunction(), DumpFunction(), DumpFunction(), dumpFunction(), LoadFunction(), LoadFunction(), loadFunction(), LoadFunction(), luaD_hookcall(), luaD_precall(), luaD_pretailcall(), luaF_newproto(), luaK_finish(), luaV_execute(), luaV_execute(), parlist(), parlist(), parlist(), parlist(), precheck(), PrintHeader(), PrintHeader(), PrintHeader(), PrintHeader(), and rethook().
lu_byte Proto::nups |
Definition at line 249 of file lua-5.1.5/src/lobject.h.
Referenced by close_func(), DumpFunction(), f_parser(), indexupvalue(), LoadFunction(), luaF_newproto(), luaV_execute(), luaY_parser(), precheck(), PrintHeader(), pushclosure(), symbexec(), and traverseclosure().
struct Proto ** Proto::p |
Definition at line 235 of file lua-5.1.5/src/lobject.h.
Referenced by addprototype(), addprototype(), addprototype(), close_func(), close_func(), close_func(), close_func(), combine(), combine(), combine(), combine(), DumpConstants(), DumpConstants(), DumpProtos(), dumpProtos(), funcnamefromcode(), funcnamefromcode(), getfuncname(), getobjname(), LoadConstants(), LoadConstants(), LoadProtos(), loadProtos(), luaD_hookcall(), luaD_precall(), luaD_pretailcall(), luaF_freeproto(), luaF_newproto(), luaG_traceexec(), luaG_traceexec(), luaV_execute(), luaV_execute(), luaV_execute(), PrintCode(), PrintCode(), PrintCode(), PrintCode(), PrintFunction(), PrintFunction(), PrintFunction(), PrintFunction(), pushclosure(), rethook(), symbexec(), traceexec(), traceexec(), traverseproto(), traverseproto(), traverseproto(), and traverseproto().
int Proto::sizeabslineinfo |
Definition at line 550 of file lua-5.4.3/src/lobject.h.
Referenced by close_func(), dumpDebug(), getbaseline(), loadDebug(), luaF_freeproto(), luaF_newproto(), and savelineinfo().
int Proto::sizecode |
Definition at line 242 of file lua-5.1.5/src/lobject.h.
Referenced by close_func(), close_func(), close_func(), close_func(), combine(), DumpCode(), dumpCode(), LoadCode(), LoadCode(), LoadCode(), loadCode(), luaF_freeproto(), luaF_newproto(), luaG_checkcode(), luaG_traceexec(), luaK_code(), luaK_code(), luaK_code(), luaK_code(), precheck(), PrintCode(), PrintCode(), PrintCode(), PrintCode(), PrintHeader(), PrintHeader(), PrintHeader(), PrintHeader(), propagatemark(), symbexec(), traverseproto(), and traverseproto().
int Proto::sizek |
Definition at line 241 of file lua-5.1.5/src/lobject.h.
Referenced by addk(), addk(), addk(), addk(), checkArgMode(), close_func(), close_func(), close_func(), close_func(), DumpConstants(), DumpConstants(), DumpConstants(), dumpConstants(), LoadConstants(), LoadConstants(), LoadConstants(), loadConstants(), luaF_freeproto(), luaF_newproto(), PrintConstants(), PrintDebug(), PrintDebug(), PrintDebug(), PrintHeader(), PrintHeader(), PrintHeader(), PrintHeader(), propagatemark(), traverseproto(), traverseproto(), traverseproto(), and traverseproto().
int Proto::sizelineinfo |
Definition at line 243 of file lua-5.1.5/src/lobject.h.
Referenced by close_func(), close_func(), close_func(), close_func(), collectvalidlines(), collectvalidlines(), collectvalidlines(), collectvalidlines(), combine(), combine(), combine(), DumpDebug(), DumpDebug(), DumpDebug(), dumpDebug(), LoadDebug(), LoadDebug(), LoadDebug(), loadDebug(), luaF_freeproto(), luaF_newproto(), luaK_code(), luaK_code(), luaK_code(), precheck(), propagatemark(), savelineinfo(), traverseproto(), and traverseproto().
int Proto::sizelocvars |
Definition at line 245 of file lua-5.1.5/src/lobject.h.
Referenced by close_func(), close_func(), close_func(), close_func(), DumpDebug(), DumpDebug(), DumpDebug(), dumpDebug(), LoadDebug(), LoadDebug(), LoadDebug(), loadDebug(), luaF_freeproto(), luaF_getlocalname(), luaF_newproto(), PrintDebug(), PrintDebug(), PrintDebug(), PrintHeader(), PrintHeader(), PrintHeader(), PrintHeader(), PrintLocals(), propagatemark(), registerlocalvar(), registerlocalvar(), registerlocalvar(), registerlocalvar(), traverseproto(), traverseproto(), traverseproto(), and traverseproto().
int Proto::sizep |
Definition at line 244 of file lua-5.1.5/src/lobject.h.
Referenced by addprototype(), addprototype(), addprototype(), close_func(), close_func(), close_func(), close_func(), combine(), DumpConstants(), DumpConstants(), DumpProtos(), dumpProtos(), LoadConstants(), LoadConstants(), LoadProtos(), loadProtos(), luaF_freeproto(), luaF_newproto(), luaV_execute(), PrintFunction(), PrintFunction(), PrintFunction(), PrintFunction(), PrintHeader(), PrintHeader(), PrintHeader(), PrintHeader(), propagatemark(), pushclosure(), traverseproto(), traverseproto(), traverseproto(), and traverseproto().
int Proto::sizeupvalues |
Definition at line 240 of file lua-5.1.5/src/lobject.h.
Referenced by allocupvalue(), aux_upvalue(), close_func(), close_func(), close_func(), close_func(), combine(), combine(), combine(), DumpDebug(), DumpDebug(), DumpDebug(), dumpDebug(), DumpUpvalues(), DumpUpvalues(), dumpUpvalues(), f_parser(), f_parser(), f_parser(), getcached(), getcached(), indexupvalue(), LoadDebug(), LoadUpvalues(), LoadUpvalues(), loadUpvalues(), luaF_freeproto(), luaF_newproto(), luaU_dump(), luaU_undump(), luaU_undump(), newupvalue(), newupvalue(), precheck(), PrintCode(), PrintDebug(), PrintDebug(), PrintDebug(), PrintHeader(), PrintHeader(), PrintHeader(), PrintUpvalues(), propagatemark(), pushclosure(), pushclosure(), pushclosure(), traverseproto(), traverseproto(), traverseproto(), and traverseproto().
TString * Proto::source |
Definition at line 239 of file lua-5.1.5/src/lobject.h.
Referenced by combine(), DumpConstants(), DumpDebug(), DumpFunction(), DumpFunction(), dumpFunction(), DumpProtos(), dumpProtos(), funcinfo(), funcinfo(), funcinfo(), funcinfo(), LoadConstants(), LoadDebug(), LoadFunction(), loadFunction(), LoadFunction(), LoadProtos(), loadProtos(), luaF_newproto(), luaY_parser(), open_func(), open_func(), open_func(), open_func(), PrintHeader(), PrintHeader(), PrintHeader(), PrintHeader(), traverseproto(), traverseproto(), traverseproto(), and traverseproto().
Upvaldesc * Proto::upvalues |
Definition at line 238 of file lua-5.1.5/src/lobject.h.
Referenced by allocupvalue(), aux_upvalue(), aux_upvalue(), aux_upvalue(), aux_upvalue(), check_readonly(), close_func(), close_func(), close_func(), close_func(), combine(), combine(), combine(), DumpDebug(), DumpDebug(), DumpDebug(), dumpDebug(), DumpUpvalues(), DumpUpvalues(), dumpUpvalues(), getcached(), getcached(), getobjname(), indexupvalue(), LoadDebug(), LoadDebug(), LoadDebug(), loadDebug(), LoadUpvalues(), LoadUpvalues(), loadUpvalues(), luaF_freeproto(), luaF_newproto(), newupvalue(), newupvalue(), newupvalue(), PrintCode(), PrintDebug(), PrintDebug(), PrintDebug(), PrintUpvalues(), pushclosure(), pushclosure(), pushclosure(), searchupvalue(), searchupvalue(), searchupvalue(), traverseproto(), traverseproto(), traverseproto(), traverseproto(), upvalname(), upvalname(), and upvalname().
Upvaldesc* Proto::upvalues |
Definition at line 474 of file lua-5.2.4/src/lobject.h.