Searched refs:UNLESSM (Results 1 – 9 of 9) sorted by relevance
33 # UNLESSM BRANCHJ, off 1 . 1 ; Fails if the following matches.259 UNLESSM BRANCHJ, off 1 . 1 ; Fails if the following matches; non-zero flags "f", next_off "o…300 #*Validate that lookbehind IFMATCH and UNLESSM end at the right place301 LOOKBEHIND_END END, no ; Return from lookbehind (IFMATCH/UNLESSM) and validate posi…
878 else if (k == BRANCHJ && (op == UNLESSM || op == IFMATCH)) { in Perl_regprop()
1007 #define UNLESSM 86 /* 0x56 Fails if the following macro
3227 && (OP(scan) == IFMATCH || OP(scan) == UNLESSM)) in Perl_study_chunk()3230 || OP(scan) == UNLESSM ) in Perl_study_chunk()
9733 case UNLESSM: /* -ve lookaround: (?!A), or with 'flags', (?<!A) */ in S_regmatch()
4329 U8 node = ((p - parens) % 2) ? UNLESSM : IFMATCH; in S_reg()
806 UNLESSM off 1 1 Fails if the following matches; non-zero857 # Validate that lookbehind IFMATCH and UNLESSM end at the right place858 LOOKBEHIND_END no Return from lookbehind (IFMATCH/UNLESSM)
2094 /(A(A|B(*ACCEPT)|C(?<!Q))D)(E)/ ABCDE y $1-$2 AB-B - # ACCEPT with UNLESSM in pattern2095 /(A(A|B(*ACCEPT)|C(?<!Q))D)(E)/ ABCDE y $& AB - # ACCEPT with UNLESSM in pattern2102 /(?<!([cd](*ACCEPT)|x)gggg)blrph/ cblrph n - - - # ACCEPT in UNLESSM var neg lookbehind2103 /(?<!([cd](*ACCEPT)|x)gggg)blrph/ dblrph n - - - # ACCEPT in UNLESSM var neg lookbehind2104 /(?<!([cd](*ACCEPT)|x)gggg)blrph/ xggggblrph n - - - # (not) ACCEPT in UNLESSM var neg lb
1564 UNLESSM # Z added by devel/scanprov