Searched refs:bvalue (Results 1 – 4 of 4) sorted by relevance
162 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro167 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
266 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */ in luaV_equalobj_()
111 return hashboolean(t, bvalue(key)); in mainposition()
1289 int bvalue; in enumcmp() local1292 name, &bvalue) == CTF_ERR || value != bvalue); in enumcmp()