Lines Matching refs:lu_byte
56 lu_byte ub;
65 #define TValuefields Value value_; lu_byte tt_
288 #define CommonHeader struct GCObject *next; lu_byte tt; lu_byte marked
388 lu_byte extra; /* reserved words for short strings; "has hash" for longs */
389 lu_byte shrlen; /* length for short strings */
517 lu_byte instack; /* whether it is in stack (register) */
518 lu_byte idx; /* index of upvalue (in stack or in outer function's list) */
519 lu_byte kind; /* kind of corresponding variable */
554 lu_byte numparams; /* number of fixed (named) parameters */
555 lu_byte is_vararg;
556 lu_byte maxstacksize; /* number of registers needed by this function */
647 CommonHeader; lu_byte nupvalues; GCObject *gclist
704 lu_byte key_tt; /* key type */
741 lu_byte flags; /* 1<<p means tagmethod(p) is not present */
742 lu_byte lsizenode; /* log2 of size of 'node' array */