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