Home
last modified time | relevance | path

Searched refs:OPFAIL (Results 1 – 8 of 8) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5009005136 OPFAIL # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dregnodes.h1129 #define OPFAIL 99 /* 0x63 Same as (?!), but with macro
Dregcomp_debug.c1039 if ( ( k == VERB || op == ACCEPT || op == OPFAIL ) && FLAGS(o)) { in Perl_regprop()
Dregcomp.c2959 regnode_offset ret= reg1node(pRExC_state, OPFAIL, 0); in S_reg_la_OPFAIL()
3192 op = OPFAIL; in S_reg()
3352 ret = reg1node(pRExC_state, OPFAIL, 0); in S_reg()
4811 reginsert(pRExC_state, OPFAIL, orig_emit, depth+1); in S_regpiece()
4814 REGNODE_ARG_LEN(OPFAIL) + NODE_STEP_REGNODE; in S_regpiece()
12194 op = OPFAIL; in S_optimize_regclass()
Dregcomp.sym286 OPFAIL ENDLIKE, no-sv 1 ; Same as (?!), but with verb arg
Dregexec.c9879 case OPFAIL: /* (*FAIL) */ in S_regmatch()
/openbsd/src/gnu/usr.bin/perl/t/re/
Dre_tests2071 /(?<!)/ abfoo n - - - # OPFAIL
2072 /(?!)/ abfoo n - - - # OPFAIL
2160 # GH 22094 - a character class optimized to OPFAIL shouldn't panic when quantified
/openbsd/src/gnu/usr.bin/perl/pod/
Dperldebguts.pod837 OPFAIL no-sv 1 Same as (?!), but with verb arg