Searched refs:IS_AND_OP (Results 1 – 1 of 1) sorted by relevance
2698 #define IS_AND_OP(o) (o->op_type == OP_AND) macro3579 (IS_AND_OP(o) && IS_OR_OP(o->op_next)) in Perl_rpeep()3580 || (IS_OR_OP(o) && IS_AND_OP(o->op_next)) in Perl_rpeep()