Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dregexec.c4479 const bool utf8_pat = RX_UTF8(prog) ? 1 : 0; in S_debug_start_match() local
4486 RE_PV_QUOTED_DECL(s0, utf8_pat, PERL_DEBUG_PAD_ZERO(0), in S_debug_start_match()
4496 if (utf8_target||utf8_pat) in S_debug_start_match()
4498 utf8_pat ? "pattern" : "", in S_debug_start_match()
4499 utf8_pat && utf8_target ? " and " : "", in S_debug_start_match()
4682 bool utf8_pat = reginfo->is_utf8_pat; in S_setup_EXACTISH_ST() local
4736 if (utf8_pat) { /* Here, must have been EXACTFL, so look at the in S_setup_EXACTISH_ST()
4795 utf8_pat = FALSE; in S_setup_EXACTISH_ST()
4819 utf8_pat = utf8_target; /* UTF-8ness immaterial for invariant in S_setup_EXACTISH_ST()
4831 && ! utf8_pat in S_setup_EXACTISH_ST()
[all …]