Lines Matching refs:lu_byte
63 #define TValuefields Value value_; lu_byte tt_
266 #define CommonHeader struct GCObject *next; lu_byte tt; lu_byte marked
366 lu_byte extra; /* reserved words for short strings; "has hash" for longs */
367 lu_byte shrlen; /* length for short strings */
495 lu_byte instack; /* whether it is in stack (register) */
496 lu_byte idx; /* index of upvalue (in stack or in outer function's list) */
497 lu_byte kind; /* kind of corresponding variable */
532 lu_byte numparams; /* number of fixed (named) parameters */
533 lu_byte is_vararg;
534 lu_byte maxstacksize; /* number of registers needed by this function */
608 lu_byte tbc; /* true if it represents a to-be-closed variable */
622 CommonHeader; lu_byte nupvalues; GCObject *gclist
679 lu_byte key_tt; /* key type */
716 lu_byte flags; /* 1<<p means tagmethod(p) is not present */
717 lu_byte lsizenode; /* log2 of size of 'node' array */