Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <lparser.h>
Data Fields | ||
short | idx | |
struct { | ||
TValuefields | ||
lu_byte kind | ||
lu_byte ridx | ||
short pidx | ||
TString * name | ||
} | vd | |
TValue | k | |
Definition at line 57 of file lua-5.2.4/src/lparser.h.
short Vardesc::idx |
Definition at line 58 of file lua-5.2.4/src/lparser.h.
Referenced by getlocvar(), getlocvar(), new_localvar(), and new_localvar().
TValue Vardesc::k |
Definition at line 104 of file lua-5.4.3/src/lparser.h.
Referenced by const2val(), and localstat().
lu_byte Vardesc::kind |
Definition at line 99 of file lua-5.4.3/src/lparser.h.
Referenced by check_readonly(), localdebuginfo(), localstat(), new_localvar(), newupvalue(), reglevel(), and searchvar().
TString* Vardesc::name |
Definition at line 102 of file lua-5.4.3/src/lparser.h.
Referenced by adjustlocalvars(), check_readonly(), jumpscopeerror(), new_localvar(), newupvalue(), and searchvar().
short Vardesc::pidx |
Definition at line 101 of file lua-5.4.3/src/lparser.h.
Referenced by adjustlocalvars(), and localdebuginfo().
lu_byte Vardesc::ridx |
Definition at line 100 of file lua-5.4.3/src/lparser.h.
Referenced by adjustlocalvars(), init_var(), and reglevel().
Vardesc::TValuefields |
Definition at line 98 of file lua-5.4.3/src/lparser.h.
struct { ... } Vardesc::vd |
Referenced by adjustlocalvars(), check_readonly(), init_var(), jumpscopeerror(), localdebuginfo(), localstat(), new_localvar(), newupvalue(), reglevel(), and searchvar().