Searched refs:PREGf_ANCH (Results 1 – 6 of 6) sorted by relevance
18 PREGf_ANCH # Z added by devel/scanprov
169 #define PREGf_ANCH \ macro
449 if (r->intflags & PREGf_ANCH) { in Perl_regdump()
1048 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()
3421 if (!(RExC_rx->intflags & PREGf_ANCH) && (flags & SCF_DO_SUBSTR)) in Perl_study_chunk()
2014 !(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()