Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/
Dop_reg_common.h48 REGEX_LOCALE_CHARSET, enumerator
Dregcomp_internal.h747 #define LOC (get_regex_charset(RExC_flags) == REGEX_LOCALE_CHARSET)
Dregcomp_debug.c365 case REGEX_LOCALE_CHARSET: in S_regdump_extflags()
Dpp.c6631 TAINT_IF(get_regex_charset(RX_EXTFLAGS(rx)) == REGEX_LOCALE_CHARSET &&
6677 else if (get_regex_charset(RX_EXTFLAGS(rx)) == REGEX_LOCALE_CHARSET) {
6709 else if (get_regex_charset(RX_EXTFLAGS(rx)) == REGEX_LOCALE_CHARSET)
6746 else if (get_regex_charset(RX_EXTFLAGS(rx)) == REGEX_LOCALE_CHARSET)
Dinline.h3508 case REGEX_LOCALE_CHARSET: return LOCALE_PAT_MODS; in S_get_regex_charset_name()
Dregcomp.c2634 cs = REGEX_LOCALE_CHARSET; in S_parse_lparen_question_flags()
9121 set_regex_charset(&RExC_flags, REGEX_LOCALE_CHARSET); in S_handle_regex_sets()
Dtoke.c10728 set_regex_charset(pmfl, REGEX_LOCALE_CHARSET); in S_pmflag()
Dop.c7267 set_regex_charset(&(pmop->op_pmflags), REGEX_LOCALE_CHARSET); in Perl_newPMOP()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlreapi.pod160 value returned from it is REGEX_LOCALE_CHARSET, which is set if
168 =for apidoc Amnh||REGEX_LOCALE_CHARSET