Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dregnodes.h58 #define UNLESSM 51 /* 0x33 Fails if the following matches. */ macro
Dregcomp.sym95 UNLESSM BRANCHJ,off 1 2 Fails if the following matches.
Dregcomp.c1577 && (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()
Dregexec.c3882 case UNLESSM: in S_regmatch()
/mirbsd/src/gnu/usr.bin/perl/pod/
Dperldebguts.pod625 UNLESSM off 1 2 Fails if the following matches.