Searched refs:IFMATCH (Results 1 – 5 of 5) sorted by relevance
57 #define IFMATCH 50 /* 0x32 Succeeds if the following matches. */ macro
94 IFMATCH BRANCHJ,off 1 2 Succeeds if the following matches.
1577 && (OP(scan) == IFMATCH || OP(scan) == UNLESSM)) { in S_study_chunk()1592 && OP(scan) == IFMATCH ) { /* Lookahead */ in S_study_chunk()2518 U8 node = ((p - parens) % 2) ? UNLESSM : IFMATCH; in S_reg()4873 else if (k == BRANCHJ && (OP(o) == UNLESSM || OP(o) == IFMATCH)) in Perl_regprop()
152 OP(rn) == SUSPEND || OP(rn) == IFMATCH || \171 else if (OP(rn) == IFMATCH) \3893 case IFMATCH: in S_regmatch()
624 IFMATCH off 1 2 Succeeds if the following matches.