Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlobject.h162 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro
167 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
H A Dlvm.c266 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */ in luaV_equalobj_()
H A Dltable.c111 return hashboolean(t, bvalue(key)); in mainposition()
/freebsd/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1289 int bvalue; in enumcmp() local
1292 name, &bvalue) == CTF_ERR || value != bvalue); in enumcmp()