Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dregcomp_internal.h234 #define RExC_recode_x_to_native (pRExC_state->recode_x_to_native) macro
238 STMT_START { RExC_recode_x_to_native = (x); } STMT_END
H A Dregcomp.c1531 RExC_recode_x_to_native = 0; in Perl_re_op_compile()
5185 assert(! RExC_recode_x_to_native); in S_grok_bslash_N()
6386 if (RExC_recode_x_to_native) { in S_regatom()