Searched refs:bvalue (Results 1 – 5 of 5) sorted by relevance
93 DumpChar(bvalue(o),D); in DumpConstants()
165 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro170 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
260 printf(bvalue(o) ? "true" : "false"); in PrintConstant()
266 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */ in luaV_equalobj_()
112 return hashboolean(t, bvalue(key)); in mainposition()