Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.h118 #define settt_(o,t) ((o)->tt_=(t)) macro
124 io1->value_ = io2->value_; settt_(io1, io2->tt_); \
204 #define setnilvalue(obj) settt_(obj, LUA_VNIL)
229 #define setempty(v) settt_(v, LUA_VEMPTY)
254 #define setbfvalue(obj) settt_(obj, LUA_VFALSE)
255 #define setbtvalue(obj) settt_(obj, LUA_VTRUE)
274 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VTHREAD)); \
315 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); }
350 { TValue *io=(obj); val_(io).n=(x); settt_(io, LUA_VNUMFLT); }
357 { TValue *io=(obj); val_(io).i=(x); settt_(io, LUA_VNUMINT); }
[all …]