Home
last modified time | relevance | path

Searched refs:IFMATCH_A_fail (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500900597 IFMATCH_A_fail # Z added by devel/scanprov
/openbsd-src/gnu/usr.bin/perl/
H A Dregnodes.h1456 #define IFMATCH_A_fail 137 /* 0x89 state for IFMATCH */ macro
H A Dregexec.c6335 successfully matched A and IFMATCH_A_fail is a state saying that we have
6338 at IFMATCH_A or IFMATCH_A_fail, depending on whether we are backtracking
6358 // IFMATCH_A/IFMATCH_A_fail, then continue execution at the
6368 case IFMATCH_A_fail: // A failed, so the assertion failed
9816 case IFMATCH_A_fail: /* body of (?...A) failed */ in S_regmatch()