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 Dregcomp_debug.c893 if ( ( k == VERB || op == ACCEPT || op == OPFAIL ) && FLAGS(o)) { in Perl_regprop()
H A Dregnodes.h1129 #define OPFAIL 99 /* 0x63 Same as (?!), but with macro
H A Dregcomp.c2864 regnode_offset ret= reg1node(pRExC_state, OPFAIL, 0); in S_reg_la_OPFAIL()
3097 op = OPFAIL; in S_reg()
3257 ret = reg1node(pRExC_state, OPFAIL, 0); in S_reg()
4716 reginsert(pRExC_state, OPFAIL, orig_emit, depth+1); in S_regpiece()
4719 REGNODE_ARG_LEN(OPFAIL) + NODE_STEP_REGNODE; in S_regpiece()
12095 op = OPFAIL; in S_optimize_regclass()
H A Dregcomp.sym286 OPFAIL ENDLIKE, no-sv 1 ; Same as (?!), but with verb arg
H A Dregexec.c9862 case OPFAIL: /* (*FAIL) */ in S_regmatch()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperldebguts.pod837 OPFAIL no-sv 1 Same as (?!), but with verb arg
/openbsd/gnu/usr.bin/perl/t/re/
H A Dre_tests2071 /(?<!)/ abfoo n - - - # OPFAIL
2072 /(?!)/ abfoo n - - - # OPFAIL