Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlobject.h129 #define checktag(o,t) (rttype(o) == (t)) macro
131 #define ttisnumber(o) checktag((o), LUA_TNUMBER)
132 #define ttisnil(o) checktag((o), LUA_TNIL)
133 #define ttisboolean(o) checktag((o), LUA_TBOOLEAN)
138 #define ttistable(o) checktag((o), ctb(LUA_TTABLE))
141 #define ttisCclosure(o) checktag((o), ctb(LUA_TCCL))
142 #define ttisLclosure(o) checktag((o), ctb(LUA_TLCL))
143 #define ttislcf(o) checktag((o), LUA_TLCF)
146 #define ttisdeadkey(o) checktag((o), LUA_TDEADKEY)
361 #undef checktag
[all …]