Searched defs:rttype (Results 1 – 1 of 1) sorted by relevance
117 #define rttype(o) ((o)->tt_) macro342 #define rttype(o) (ttisnumber(o) ? LUA_TNUMBER : tt_(o) & 0xff) macro