Home
last modified time | relevance | path

Searched refs:IS_AND_OP (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpeep.c2698 #define IS_AND_OP(o) (o->op_type == OP_AND) macro
3579 (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()