Searched refs:UNLESSM (Results 1 – 5 of 5) sorted by relevance
58 #define UNLESSM 51 /* 0x33 Fails if the following matches. */ macro
95 UNLESSM BRANCHJ,off 1 2 Fails if the following matches.
1577 && (OP(scan) == IFMATCH || OP(scan) == UNLESSM)) { 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()
3882 case UNLESSM: in S_regmatch()
625 UNLESSM off 1 2 Fails if the following matches.