Searched refs:OPFAIL (Results 1 – 8 of 8) sorted by relevance
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
H A D | 5009005 | 136 OPFAIL # Z added by devel/scanprov
|
/openbsd/gnu/usr.bin/perl/ |
H A D | regnodes.h | 1129 #define OPFAIL 99 /* 0x63 Same as (?!), but with macro
|
H A D | regcomp_debug.c | 1039 if ( ( k == VERB || op == ACCEPT || op == OPFAIL ) && FLAGS(o)) { in Perl_regprop()
|
H A D | regcomp.c | 2959 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 D | regcomp.sym | 286 OPFAIL ENDLIKE, no-sv 1 ; Same as (?!), but with verb arg
|
H A D | regexec.c | 9879 case OPFAIL: /* (*FAIL) */ in S_regmatch()
|
/openbsd/gnu/usr.bin/perl/t/re/ |
H A D | re_tests | 2071 /(?<!)/ 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 D | perldebguts.pod | 837 OPFAIL no-sv 1 Same as (?!), but with verb arg
|