Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h132 #define ttisboolean(o) checktag((o), LUA_TBOOLEAN) macro
162 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b)
167 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
/freebsd/contrib/lua/src/
H A Dlobject.h242 #define ttisboolean(o) checktype((o), LUA_TBOOLEAN) macro