Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dop_reg_common.h75 get_regex_charset(const U32 flags)
79 get_regex_charset(const U32 flags) in get_regex_charset() function
H A Dregcomp_internal.h747 #define LOC (get_regex_charset(RExC_flags) == REGEX_LOCALE_CHARSET)
748 #define DEPENDS_SEMANTICS (get_regex_charset(RExC_flags) \
750 #define UNI_SEMANTICS (get_regex_charset(RExC_flags) == REGEX_UNICODE_CHARSET)
751 #define AT_LEAST_UNI_SEMANTICS (get_regex_charset(RExC_flags) \
753 #define ASCII_RESTRICTED (get_regex_charset(RExC_flags) \
755 #define AT_LEAST_ASCII_RESTRICTED (get_regex_charset(RExC_flags) \
757 #define ASCII_FOLD_RESTRICTED (get_regex_charset(RExC_flags) \
H A Duniversal.c1092 if (get_regex_charset(RX_EXTFLAGS(re)) != REGEX_DEPENDS_CHARSET) { in XS()
H A Dregcomp_debug.c357 if ((cs = get_regex_charset(flags)) != REGEX_DEPENDS_CHARSET) { in S_regdump_extflags()
H A 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)
H A Dregcomp.c1133 bool has_charset = RExC_utf8 || (get_regex_charset(RExC_rx->extflags) in S_set_regex_pv()
1406 regex_charset initial_charset = get_regex_charset(orig_rx_flags); in Perl_re_op_compile()
2592 cs = get_regex_charset(RExC_flags); in S_parse_lparen_question_flags()
5454 op = get_regex_charset(RExC_flags); in S_compute_EXACTish()
5738 regex_charset charset = get_regex_charset(RExC_flags); in S_regatom()
H A Dinline.h3506 switch (get_regex_charset(flags)) { in S_get_regex_charset_name()
H A Dtoke.c10747 || get_regex_charset(*pmfl) in S_pmflag()
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlreapi.pod159 C<get_regex_charset(const U32 flags)>. The only currently documented