Home
last modified time | relevance | path

Searched refs:PREGf_SKIP (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/ext/re/
Dre.xs220 hv_stores(hv, "skip", newSVbool_(r->intflags & PREGf_SKIP));
/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D5009005170 PREGf_SKIP # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dregcomp.h151 #define PREGf_SKIP 0x00000001 macro
Dregcomp_debug.c461 if (r->intflags & PREGf_SKIP) in Perl_regdump()
Dregcomp.c2029 RExC_rx->intflags |= PREGf_SKIP; in Perl_re_op_compile()
2161 RExC_rx->intflags &= ~PREGf_SKIP; /* Used in find_byclass(). */ in Perl_re_op_compile()
2245 RExC_rx->intflags &= ~PREGf_SKIP; /* Used in find_byclass(). */ in Perl_re_op_compile()
Ddump.c1842 {PREGf_SKIP, "SKIP,"},
Dregexec.c2268 const I32 doevery = (prog->intflags & PREGf_SKIP) == 0; in S_find_byclass()
3990 if ((prog->anchored_substr || prog->anchored_utf8) && prog->intflags & PREGf_SKIP) { in Perl_regexec_flags()