Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregcomp_internal.h221 #define RExC_orig_utf8 (pRExC_state->orig_utf8) macro
H A Dregcomp.c569 RExC_orig_utf8 = RExC_utf8 = 1; in S_pat_upgrade_to_utf8()
1416 RExC_utf8 = RExC_orig_utf8 = (plen == 0 || IN_BYTES) ? 0 : SvUTF8(pat); in Perl_re_op_compile()
5250 RExC_parse_incf(RExC_orig_utf8); in S_grok_bslash_N()