Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
D50230076 ANYOFL_UTF8_LOCALE_REQD # Z added by devel/scanprov
/openbsd/src/gnu/usr.bin/perl/
Dregcomp.h874 #define ANYOFL_UTF8_LOCALE_REQD 0x08 macro
922 | ANYOFL_UTF8_LOCALE_REQD)
Dregcomp_debug.c765 if ((flags & ANYOFL_UTF8_LOCALE_REQD)) { in Perl_regprop()
Dregcomp_study.c627 if (and_with_flags & ANYOFL_UTF8_LOCALE_REQD) { in S_ssc_and()
789 if (or_with_flags & ANYOFL_UTF8_LOCALE_REQD) { in S_ssc_or()
Dregexec.c104 if (! IN_UTF8_CTYPE_LOCALE && (FLAGS(n) & ANYOFL_UTF8_LOCALE_REQD)){\
10929 && ! (flags & ANYOFL_UTF8_LOCALE_REQD)) in S_reginclass()
Dregcomp.c9126 ANYOF_FLAGS(REGNODE_p(node)) |= ANYOFL_UTF8_LOCALE_REQD; in S_handle_regex_sets()