Searched refs:rttype (Results 1 – 1 of 1) sorted by relevance
115 #define rttype(o) ((o)->tt_) macro121 #define ttype(o) (rttype(o) & 0x3F)124 #define ttypenv(o) (novariant(rttype(o)))128 #define checktag(o,t) (rttype(o) == (t))139 #define ttisclosure(o) ((rttype(o) & 0x1F) == LUA_TFUNCTION)147 #define ttisequal(o1,o2) (rttype(o1) == rttype(o2))170 #define iscollectable(o) (rttype(o) & BIT_ISCOLLECTABLE)339 #undef rttype340 #define rttype(o) (ttisnumber(o) ? LUA_TNUMBER : tt_(o) & 0xff) macro