Home
last modified time | relevance | path

Searched refs:rawtt (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h81 #define rawtt(o) ((o)->tt_) macro
88 #define ttypetag(o) withvariant(rawtt(o))
91 #define ttype(o) (novariant(rawtt(o)))
95 #define checktag(o,t) (rawtt(o) == (t))
304 #define iscollectable(o) (rawtt(o) & BIT_ISCOLLECTABLE)
H A Dltable.c225 if ((rawtt(k1) != keytt(n2)) && /* not the same variants? */ in equalkey()