Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.h103 #define TValuefields Value value_; int tt_
117 #define rttype(o) ((o)->tt_)
184 #define settt_(o,t) ((o)->tt_=(t))
241 io1->value_ = io2->value_; io1->tt_ = io2->tt_; \
307 #define tt_(o) ((o)->u.i.tt__) macro
318 #define tt_(o) ((o)->u.i.tt__) macro
337 #define ttisnumber(o) ((tt_(o) & NNMASK) != NNMARK)
342 #define rttype(o) (ttisnumber(o) ? LUA_TNUMBER : tt_(o) & 0xff)
345 #define settt_(o,t) (tt_(o) = tag2tt(t))
364 #define checktag(o,t) (tt_(o) == tag2tt(t))
[all …]