Searched refs:novariant (Results 1 – 3 of 3) sorted by relevance
369 check_exp(novariant((o)->tt) == LUA_TSTRING, &((cast_u(o))->ts))374 check_exp(novariant((o)->tt) == LUA_TFUNCTION, &((cast_u(o))->cl))
78 #define novariant(t) ((t) & 0x0F) macro85 #define ttype(o) (novariant(rawtt(o)))
187 else if (novariant(o->tt) == LUA_TSTRING) { in iscleared()260 GCObject *o = cast(GCObject *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()
Completed in 10 milliseconds