Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregcomp_internal.h228 #define RExC_uni_semantics (pRExC_state->uni_semantics) macro
491 #define toUSE_UNI_CHARSET_NOT_DEPENDS (RExC_uni_semantics || UTF)
501 RExC_uni_semantics = 1; \
H A Dregcomp.c1611 RExC_uni_semantics = 1; in Perl_re_op_compile()