Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D500900596 IFMATCH_A # Z added by devel/scanprov
/openbsd-src/gnu/usr.bin/perl/
H A Dregnodes.h1448 #define IFMATCH_A 136 /* 0x88 state for IFMATCH */ macro
H A Dregexec.c6334 'execute IFMATCH'; while IFMATCH_A is a state saying that we have just
6337 state we push is marked as 'IFMATCH_A', but when that is popped, we resume
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
6360 PUSH_YES_STATE_GOTO(IFMATCH_A, A, newinput);
6363 case IFMATCH_A: // we have successfully executed A; now continue with B
9809 PUSH_YES_STATE_GOTO(IFMATCH_A, REGNODE_AFTER(scan), ST.start, in S_regmatch()
9832 case IFMATCH_A: /* body of (?...A) succeeded */ in S_regmatch()