Searched refs:bvalue (Results 1 - 10 of 10) sorted by last modified time

/freebsd-11-stable/contrib/lua/src/
H A Dlvm.c422 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */
H A Dluac.c263 printf(bvalue(o) ? "true" : "false");
H A Dltable.c128 return hashboolean(t, bvalue(key));
H A Dlobject.h176 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro
181 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
H A Dldump.c109 DumpByte(bvalue(o), D);
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dltable.c112 return hashboolean(t, bvalue(key));
H A Dlvm.c266 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */
H A Dlobject.h164 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro
169 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
H A Dldump.c93 DumpChar(bvalue(o),D);
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_create.c1184 int bvalue; local
1187 name, &bvalue) == CTF_ERR || value != bvalue);

Completed in 148 milliseconds