Home
last modified time | relevance | path

Searched refs:PREGf_ANCH (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D501900918 PREGf_ANCH # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dregcomp.h169 #define PREGf_ANCH \ macro
Dregcomp_debug.c449 if (r->intflags & PREGf_ANCH) { in Perl_regdump()
Dregexec.c1048 if (prog->intflags & PREGf_ANCH) { /* Match at \G, beg-of-str or after \n */ in Perl_re_intuit_start()
1199 && prog->intflags & PREGf_ANCH in Perl_re_intuit_start()
1632 if ((prog->intflags & PREGf_ANCH) && !ml_anch in Perl_re_intuit_start()
3938 if (prog->intflags & (PREGf_ANCH & ~PREGf_ANCH_GPOS)) { in Perl_regexec_flags()
Dregcomp_study.c3421 if (!(RExC_rx->intflags & PREGf_ANCH) && (flags & SCF_DO_SUBSTR)) in Perl_study_chunk()
Dregcomp.c2014 !(RExC_rx->intflags & PREGf_ANCH) && !(RExC_seen & REG_PESSIMIZE_SEEN)) in Perl_re_op_compile()
2307 if (RExC_rx->intflags & PREGf_ANCH) in Perl_re_op_compile()