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