lu_byte 461 lib/lua/ldo.c lu_byte old_allowhooks = L->allowhook; lu_byte 460 lib/lua/lgc.c lu_byte oldah = L->allowhook; lu_byte 685 lib/lua/lgc.c LUAI_FUNC void luaC_link (lua_State *L, GCObject *o, lu_byte tt) { lu_byte 27 lib/lua/lgc.h #define resetbits(x,m) ((x) &= cast(lu_byte, ~(m))) lu_byte 77 lib/lua/lgc.h #define luaC_white(g) cast(lu_byte, (g)->currentwhite & WHITEBITS) lu_byte 104 lib/lua/lgc.h LUAI_FUNC void luaC_link (lua_State *L, GCObject *o, lu_byte tt); lu_byte 78 lib/lua/llimits.h #define cast_byte(i) cast(lu_byte, (i)) lu_byte 55 lib/lua/lobject.c static const lu_byte log_2[256] = { lu_byte 43 lib/lua/lobject.h #define CommonHeader GCObject *next; lu_byte tt; lu_byte marked lu_byte 203 lib/lua/lobject.h lu_byte reserved; lu_byte 249 lib/lua/lobject.h lu_byte nups; /* number of upvalues */ lu_byte 250 lib/lua/lobject.h lu_byte numparams; lu_byte 251 lib/lua/lobject.h lu_byte is_vararg; lu_byte 252 lib/lua/lobject.h lu_byte maxstacksize; lu_byte 292 lib/lua/lobject.h CommonHeader; lu_byte isC; lu_byte nupvalues; GCObject *gclist; \ lu_byte 340 lib/lua/lobject.h lu_byte flags; /* 1<<p means tagmethod(p) is not present */ lu_byte 341 lib/lua/lobject.h lu_byte lsizenode; /* log2 of size of `node' array */ lu_byte 61 lib/lua/lopcodes.c const lu_byte luaP_opmodes[NUM_OPCODES] = { lu_byte 252 lib/lua/lopcodes.h LUAI_DATA const lu_byte luaP_opmodes[NUM_OPCODES]; lu_byte 43 lib/lua/lparser.c lu_byte nactvar; /* # active locals outside the breakable structure */ lu_byte 44 lib/lua/lparser.c lu_byte upval; /* true if some variable in the block is an upvalue */ lu_byte 45 lib/lua/lparser.c lu_byte isbreakable; /* true if `block' is a loop */ lu_byte 285 lib/lua/lparser.c static void enterblock (FuncState *fs, BlockCnt *bl, lu_byte isbreakable) { lu_byte 811 lib/lua/lparser.c lu_byte left; /* left priority for each binary operator */ lu_byte 812 lib/lua/lparser.c lu_byte right; /* right priority */ lu_byte 49 lib/lua/lparser.h lu_byte k; lu_byte 50 lib/lua/lparser.h lu_byte info; lu_byte 72 lib/lua/lparser.h lu_byte nactvar; /* number of active local variables */ lu_byte 28 lib/lua/lstate.c #define fromstate(l) (cast(lu_byte *, (l)) - LUAI_EXTRASPACE) lu_byte 29 lib/lua/lstate.c #define tostate(l) (cast(lua_State *, cast(lu_byte *, l) + LUAI_EXTRASPACE)) lu_byte 72 lib/lua/lstate.h lu_byte currentwhite; lu_byte 73 lib/lua/lstate.h lu_byte gcstate; /* state of garbage collector */ lu_byte 102 lib/lua/lstate.h lu_byte status; lu_byte 116 lib/lua/lstate.h lu_byte hookmask; lu_byte 117 lib/lua/lstate.h lu_byte allowhook; lu_byte 44 lib/lua/lundump.c #define LoadByte(S) (lu_byte)LoadChar(S) lu_byte 77 lib/lua/lvm.c lu_byte mask = L->hookmask;