Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D5009005136 OPFAIL # Z added by devel/scanprov
/openbsd/gnu/usr.bin/perl/
H A Dregnodes.h1129 #define OPFAIL 99 /* 0x63 Same as (?!), but with macro
H A Dregcomp_debug.c1039 if ( ( k == VERB || op == ACCEPT || op == OPFAIL ) && FLAGS(o)) { in Perl_regprop()
H A 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()
H A Dregcomp.sym286 OPFAIL ENDLIKE, no-sv 1 ; Same as (?!), but with verb arg
H A Dregexec.c9879 case OPFAIL: /* (*FAIL) */ in S_regmatch()
/openbsd/gnu/usr.bin/perl/t/re/
H A Dre_tests2071 /(?<!)/ abfoo n - - - # OPFAIL
2072 /(?!)/ abfoo n - - - # OPFAIL
2160 # GH 22094 - a character class optimized to OPFAIL shouldn't panic when quantified
/openbsd/gnu/usr.bin/perl/pod/
H A Dperldebguts.pod837 OPFAIL no-sv 1 Same as (?!), but with verb arg