PN_IS_BOOL 126 core/file.c else if (PN_IS_BOOL(obj)) { PN_IS_BOOL 180 core/potion.h #define PN_CHECK_BOOL(obj) if (!PN_IS_BOOL(obj)) return potion_type_error_want(P, ""#obj, (PN)obj, "Bool") PN_IS_BOOL 525 core/potion.h if (PN_IS_BOOL(obj)) return PN_TBOOLEAN; PN_IS_BOOL 702 core/table.c if (cmp != PN_NIL && !PN_IS_BOOL(cmp) && !PN_IS_CLOSURE(cmp)) PN_IS_BOOL 766 core/table.c if (cmp != PN_NIL && !PN_IS_BOOL(cmp) && !PN_IS_CLOSURE(cmp))