Searched refs:set_regex_charset (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ |
H A D | op_reg_common.h | 61 set_regex_charset(U32 * const flags, const regex_charset cs) 65 set_regex_charset(U32 * const flags, const regex_charset cs) in set_regex_charset() function
|
H A D | regcomp_internal.h | 496 * set_regex_charset() or get_regex_charset() */ 500 set_regex_charset(&RExC_flags, REGEX_UNICODE_CHARSET); \
|
H A D | regcomp.c | 1610 set_regex_charset(&rx_flags, REGEX_UNICODE_CHARSET); in Perl_re_op_compile() 2589 set_regex_charset(&RExC_flags, cs); in S_parse_lparen_question_flags() 2788 set_regex_charset(&RExC_flags, cs); 4446 set_regex_charset(&RExC_flags, REGEX_UNICODE_CHARSET); in S_regbranch() 8487 set_regex_charset(&RExC_flags, REGEX_UNICODE_CHARSET); in S_handle_regex_sets() 9121 set_regex_charset(&RExC_flags, REGEX_LOCALE_CHARSET); in Perl_add_above_Latin1_folds() 14053 set_regex_charset(&flags, REGEX_ASCII_MORE_RESTRICTED_CHARSET); in S_handle_user_defined_property()
|
H A D | toke.c | 10728 set_regex_charset(pmfl, REGEX_LOCALE_CHARSET); in S_scan_subst() 10735 set_regex_charset(pmfl, REGEX_UNICODE_CHARSET); in S_scan_subst() 10740 set_regex_charset(pmfl, REGEX_ASCII_RESTRICTED_CHARSET); in S_scan_subst() 10752 set_regex_charset(pmfl, REGEX_ASCII_MORE_RESTRICTED_CHARSET); in S_scan_subst() 10760 set_regex_charset(pmfl, REGEX_DEPENDS_CHARSET); in S_scan_subst()
|
H A D | op.c | 7267 set_regex_charset(&(pmop->op_pmflags), REGEX_LOCALE_CHARSET); in Perl_pmruntime() 7272 set_regex_charset(&(pmop->op_pmflags), REGEX_UNICODE_CHARSET); in Perl_pmruntime() 7283 set_regex_charset(&(pmop->op_pmflags), (regex_charset)SvIV(reflags)); in Perl_pmruntime()
|