EOFMARK | macro | lua.c |
EOZ | macro | lzio.h |
ERRFUNC | macro | loadlib.c |
ERRLIB | macro | loadlib.c |
ERRORSTACKSIZE | macro | ldo.c |
EXTRA_STACK | macro | lstate.h |
end_capture | function static | lstrlib.c |
enterblock | function static | lparser.c |
enterlevel | function static | lparser.c |
entersweep | function static | lgc.c |
eqshrstr | macro | lstring.h |
eqstr | macro | lparser.c |
errfile | function static | lauxlib.c |
error | function static | lundump.c |
error_expected | function static | lparser.c |
errorlimit | function static | lparser.c |
errorstatus | macro | ldo.c |
esccheck | function static | llex.c |
exp1 | function static | lparser.c |
exp2reg | function static | lcode.c |
expdesc | struct | lparser.h |
expdesc | typedef | lparser.h |
expkind | typedef | lparser.h |
explist | function static | lparser.c |
expr | function static | lparser.c |
exprstat | function static | lparser.c |
FINALIZEDBIT | macro | lgc.h |
FIRST_RESERVED | macro | llex.h |
FLAGS | macro | lstrlib.c |
FUNCTION | macro | luac.c |
Ftypes | typedef | lstrlib.c |
Ftypes | union | lstrlib.c |
FuncState | struct | lparser.h |
FuncState | typedef | lparser.h |
f_call | function static | lapi.c |
f_close | function static | liolib.c |
f_flush | function static | liolib.c |
f_gc | function static | liolib.c |
f_lines | function static | liolib.c |
f_luaopen | function static | lstate.c |
f_parser | function static | ldo.c |
f_read | function static | liolib.c |
f_seek | function static | liolib.c |
f_setvbuf | function static | liolib.c |
f_tostring | function static | liolib.c |
f_write | function static | liolib.c |
fasttm | macro | ltm.h |
fatal | function static | luac.c |
fchecksize | function static | lundump.c |
field | function static | lparser.c |
fieldargs | function static | lbitlib.c |
fieldsel | function static | lparser.c |
filterpc | function static | ldebug.c |
findfield | function static | lauxlib.c |
findfile | function static | loadlib.c |
findgotos | function static | lparser.c |
findindex | function static | ltable.c |
findlabel | function static | lparser.c |
findlast | function static | lgc.c |
findloader | function static | loadlib.c |
findlocal | function static | ldebug.c |
findpcall | function static | ldo.c |
findsetreg | function static | ldebug.c |
findvararg | function static | ldebug.c |
finishCcall | function static | ldo.c |
finishpcall | function static | lbaselib.c |
fixjump | function static | lcode.c |
flib | variable static | liolib.c |
fltvalue | macro | lobject.h |
forbody | function static | lparser.c |
forlimit | function static | lvm.c |
forlist | function static | lparser.c |
fornum | function static | lparser.c |
forstat | function static | lparser.c |
freeLclosure | function static | lgc.c |
freeexp | function static | lcode.c |
freeexps | function static | lcode.c |
freelist | macro | lauxlib.c |
freeobj | function static | lgc.c |
freereg | function static | lcode.c |
freestack | function static | lstate.c |
fromstate | macro | lstate.c |
funcargs | function static | lparser.c |
funcinfo | function static | ldebug.c |
funcname | function static | lparser.c |
funcnamefromcode | function static | ldebug.c |
funcs | variable static | lutf8lib.c |
funcstat | function static | lparser.c |
fvalue | macro | lobject.h |
HOOKKEY | variable static | ldblib.c |
Header | struct | lstrlib.c |
Header | typedef | lstrlib.c |
handle_luainit | function static | lua.c |
handle_script | function static | lua.c |
has_E | macro | lua.c |
has_e | macro | lua.c |
has_error | macro | lua.c |
has_i | macro | lua.c |
has_v | macro | lua.c |
hashboolean | macro | ltable.c |
hashint | macro | ltable.c |
hashmod | macro | ltable.c |
hashpointer | macro | ltable.c |
hashpow2 | macro | ltable.c |
hashstr | macro | ltable.c |
hasjumps | macro | lcode.c |
hasmultret | macro | lparser.c |
hookf | function static | ldblib.c |
hvalue | macro | lobject.h |
jumponcond | function static | lcode.c |
KGC_EMERGENCY | macro | lstate.h |
KGC_NORMAL | macro | lstate.h |
KOption | enum | lstrlib.c |
KOption | typedef | lstrlib.c |
Kchar | enumerator | lstrlib.c |
Kfloat | enumerator | lstrlib.c |
Kint | enumerator | lstrlib.c |
Knop | enumerator | lstrlib.c |
Kpaddalign | enumerator | lstrlib.c |
Kpadding | enumerator | lstrlib.c |
Kstring | enumerator | lstrlib.c |
Kuint | enumerator | lstrlib.c |
Kzstr | enumerator | lstrlib.c |
keepinvariant | macro | lgc.h |
keyfromval | macro | ltable.h |
kname | function static | ldebug.c |
VCALL | enumerator | lparser.h |
VFALSE | enumerator | lparser.h |
VINDEXED | enumerator | lparser.h |
VJMP | enumerator | lparser.h |
VK | enumerator | lparser.h |
VKFLT | enumerator | lparser.h |
VKINT | enumerator | lparser.h |
VLOCAL | enumerator | lparser.h |
VNIL | enumerator | lparser.h |
VNONRELOC | enumerator | lparser.h |
VOID | macro | luac.c |
VRELOCABLE | enumerator | lparser.h |
VTRUE | enumerator | lparser.h |
VUPVAL | enumerator | lparser.h |
VVARARG | enumerator | lparser.h |
VVOID | enumerator | lparser.h |
Value | typedef | lobject.h |
Value | union | lobject.h |
Vardesc | struct | lparser.h |
Vardesc | typedef | lparser.h |
val_ | macro | lobject.h |
validop | function static | lcode.c |
valiswhite | macro | lgc.c |
varinfo | function static | ldebug.c |
vkisinreg | macro | lparser.h |
vkisvar | macro | lparser.h |
vmbreak | macro | lvm.c |
vmcase | macro | lvm.c |
vmdispatch | macro | lvm.c |
vmfetch | macro | lvm.c |
vslen | macro | lobject.h |
WHITE0BIT | macro | lgc.h |
WHITE1BIT | macro | lgc.h |
WHITEBITS | macro | lgc.h |
wgkey | macro | ltable.h |
whilestat | function static | lparser.c |
white2gray | macro | lgc.c |
writer | function static | luac.c |
writer | function static | lstrlib.c |
XDIGITBIT | macro | lctype.h |
yindex | function static | lparser.c |
ZIO | typedef | lzio.h |
Zio | struct | lzio.h |
zgetc | macro | lzio.h |