PN_IS_BOOL 132 core/file.c else if (PN_IS_BOOL(obj)) { PN_IS_BOOL 186 core/potion.h #define PN_CHECK_BOOL(obj) if (!PN_IS_BOOL(obj)) return potion_type_error_want(P, obj, "Bool") PN_IS_BOOL 523 core/potion.h if (PN_IS_BOOL(obj)) return PN_TBOOLEAN; PN_IS_BOOL 560 core/table.c if (cmp != PN_NIL && !PN_IS_BOOL(cmp) && !PN_IS_CLOSURE(cmp)) PN_IS_BOOL 624 core/table.c if (cmp != PN_NIL && !PN_IS_BOOL(cmp) && !PN_IS_CLOSURE(cmp))