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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.h102 #define TValuefields Value value_; int tt_
116 #define rttype(o) ((o)->tt_)
183 #define settt_(o,t) ((o)->tt_=(t))
240 io1->value_ = io2->value_; io1->tt_ = io2->tt_; \
306 #define tt_(o) ((o)->u.i.tt__) macro
317 #define tt_(o) ((o)->u.i.tt__) macro
336 #define ttisnumber(o) ((tt_(o) & NNMASK) != NNMARK)
341 #define rttype(o) (ttisnumber(o) ? LUA_TNUMBER : tt_(o) & 0xff)
344 #define settt_(o,t) (tt_(
[all...]
/freebsd-13-stable/contrib/lua/src/
H A Dlobject.h63 #define TValuefields Value value_; lu_byte tt_
75 #define rawtt(o) ((o)->tt_)
112 #define settt_(o,t) ((o)->tt_=(t))
118 io1->value_ = io2->value_; settt_(io1, io2->tt_); \
690 n_->u.key_val = io_->value_; n_->u.key_tt = io_->tt_; \
697 io_->value_ = n_->u.key_val; io_->tt_ = n_->u.key_tt; \

Completed in 164 milliseconds