Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregcomp.sym33 # 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 place
301 LOOKBEHIND_END END, no ; Return from lookbehind (IFMATCH/UNLESSM) and validate posi…
H A Dregcomp_debug.c878 else if (k == BRANCHJ && (op == UNLESSM || op == IFMATCH)) { in Perl_regprop()
H A Dregnodes.h1007 #define UNLESSM 86 /* 0x56 Fails if the following macro
H A Dregcomp_study.c3227 && (OP(scan) == IFMATCH || OP(scan) == UNLESSM)) in Perl_study_chunk()
3230 || OP(scan) == UNLESSM ) in Perl_study_chunk()
H A Dregexec.c9733 case UNLESSM: /* -ve lookaround: (?!A), or with 'flags', (?<!A) */ in S_regmatch()
H A Dregcomp.c4329 U8 node = ((p - parens) % 2) ? UNLESSM : IFMATCH; in S_reg()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperldebguts.pod806 UNLESSM off 1 1 Fails if the following matches; non-zero
857 # Validate that lookbehind IFMATCH and UNLESSM end at the right place
858 LOOKBEHIND_END no Return from lookbehind (IFMATCH/UNLESSM)
/openbsd/gnu/usr.bin/perl/t/re/
H A Dre_tests2094 /(A(A|B(*ACCEPT)|C(?<!Q))D)(E)/ ABCDE y $1-$2 AB-B - # ACCEPT with UNLESSM in pattern
2095 /(A(A|B(*ACCEPT)|C(?<!Q))D)(E)/ ABCDE y $& AB - # ACCEPT with UNLESSM in pattern
2102 /(?<!([cd](*ACCEPT)|x)gggg)blrph/ cblrph n - - - # ACCEPT in UNLESSM var neg lookbehind
2103 /(?<!([cd](*ACCEPT)|x)gggg)blrph/ dblrph n - - - # ACCEPT in UNLESSM var neg lookbehind
2104 /(?<!([cd](*ACCEPT)|x)gggg)blrph/ xggggblrph n - - - # (not) ACCEPT in UNLESSM var neg lb
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50030071564 UNLESSM # Z added by devel/scanprov