Searched refs:bvalue (Results 1 – 10 of 10) sorted by relevance
93 DumpChar(bvalue(o),D); in DumpConstants()
164 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro169 #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_()
112 return hashboolean(t, bvalue(key)); in mainposition()
176 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro181 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
109 DumpByte(bvalue(o), D); in DumpConstants()
263 printf(bvalue(o) ? "true" : "false"); in PrintConstant()
128 return hashboolean(t, bvalue(key)); in mainposition()
422 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */ in luaV_equalobj()
1184 int bvalue; in enumcmp() local1187 name, &bvalue) == CTF_ERR || value != bvalue); in enumcmp()