Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.h112 #define settt_(o,t) ((o)->tt_=(t)) macro
118 io1->value_ = io2->value_; settt_(io1, io2->tt_); \
187 #define setnilvalue(obj) settt_(obj, LUA_VNIL)
212 #define setempty(v) settt_(v, LUA_VEMPTY)
237 #define setbfvalue(obj) settt_(obj, LUA_VFALSE)
238 #define setbtvalue(obj) settt_(obj, LUA_VTRUE)
257 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VTHREAD)); \
298 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); }
360 val_(io).gc = obj2gco(x_); settt_(io, ctb(x_->tt)); \
599 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VLCL)); \
[all …]

Completed in 5 milliseconds