Home
last modified time | relevance | path

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

/external/lua/src/
Dlobject.h110 #define settt_(o,t) ((o)->tt_=(t)) macro
116 io1->value_ = io2->value_; settt_(io1, io2->tt_); \
176 #define setnilvalue(obj) settt_(obj, LUA_VNIL)
201 #define setempty(v) settt_(v, LUA_VEMPTY)
226 #define setbfvalue(obj) settt_(obj, LUA_VFALSE)
227 #define setbtvalue(obj) settt_(obj, LUA_VTRUE)
246 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VTHREAD)); \
287 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); }
315 { TValue *io=(obj); val_(io).n=(x); settt_(io, LUA_VNUMFLT); }
321 { TValue *io=(obj); val_(io).i=(x); settt_(io, LUA_VNUMINT); }
[all …]