Home
last modified time | relevance | path

Searched refs:anchored_utf8 (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/t/re/
H A Dopt.t107 $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}))
/openbsd/gnu/usr.bin/perl/
H A Dregcomp.h1162 #define anchored_utf8 substrs->data[0].utf8_substr macro
1179 #define RX_ANCHORED_UTF8(rx) (ReANY(rx)->anchored_utf8)
H A Dregexec.c989 ! ( (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 …]
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D50080002 anchored_utf8 # Z added by devel/scanprov