Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlobject.h251 #define ttisthread(o) checktag((o), ctb(LUA_VTHREAD))
290 #define ctb(t) ((t) | BIT_ISCOLLECTABLE) macro
298 val_(io).gc = i_g; settt_(io, ctb(i_g->tt)); }
351 #define ttisshrstring(o) checktag((o), ctb(LUA_VSHRSTR))
352 #define ttislngstring(o) checktag((o), ctb(LUA_VLNGSTR))
360 val_(io).gc = obj2gco(x_); settt_(io, ctb(x_->tt)); \
582 #define ttisLclosure(o) checktag((o), ctb(LUA_VLCL))
584 #define ttisCclosure(o) checktag((o), ctb(LUA_VCCL))
599 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VLCL)); \
609 val_(io).gc = obj2gco(x_); settt_(io, ctb(LUA_VCCL)); \
[all …]
A Dltable.c222 case ctb(LUA_VLNGSTR): in equalkey()

Completed in 7 milliseconds