Home
last modified time | relevance | path

Searched refs:novariant (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h203 check_exp(novariant((o)->gch.tt) == LUA_TSTRING, &((o)->ts))
210 check_exp(novariant((o)->gch.tt) == LUA_TFUNCTION, &((o)->cl))
H A Dlobject.h119 #define novariant(x) ((x) & 0x0F) macro
125 #define ttypenv(o) (novariant(rttype(o)))
H A Dlgc.c214 char *raw = cast(char *, luaM_newobject(L, novariant(tt), sz)); in luaC_newobj()