Searched refs:anchored_utf8 (Results 1 – 4 of 4) sorted by relevance
107 $skip || is($o->{anchored_utf8}, undef, "$comment no anchored utf8");115 $skip || is($o->{anchored_utf8}, undef, "$comment no anchored utf8");119 !$skip && !defined($o->{anchored} // $o->{anchored_utf8})183 && !defined($o->{anchored} // $o->{anchored_utf8}))
1162 #define anchored_utf8 substrs->data[0].utf8_substr macro1179 #define RX_ANCHORED_UTF8(rx) (ReANY(rx)->anchored_utf8)
989 ! ( (prog->anchored_utf8 || prog->anchored_substr) in Perl_re_intuit_start()1013 if ((!prog->anchored_utf8 && prog->anchored_substr) in Perl_re_intuit_start()1537 if (utf8_target ? prog->anchored_utf8 : prog->anchored_substr) { in Perl_re_intuit_start()1607 if (prog->anchored_substr || prog->anchored_utf8 || ml_anch) in Perl_re_intuit_start()1637 if (prog->anchored_substr || prog->anchored_utf8) { in Perl_re_intuit_start()3998 if (! prog->anchored_utf8) { in Perl_regexec_flags()4001 ch = SvPVX_const(prog->anchored_utf8)[0]; in Perl_regexec_flags()4036 || prog->anchored_utf8 != NULL in Perl_regexec_flags()4047 if (prog->anchored_substr || prog->anchored_utf8) { in Perl_regexec_flags()4049 if (! prog->anchored_utf8) { in Perl_regexec_flags()[all …]
2 anchored_utf8 # Z added by devel/scanprov