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.h242 #define RExC_recode_x_to_native (pRExC_state->recode_x_to_native) macro
246 STMT_START { RExC_recode_x_to_native = (x); } STMT_END
H A Dregcomp.c1637 RExC_recode_x_to_native = 0; in Perl_re_op_compile()
5280 assert(! RExC_recode_x_to_native); in S_grok_bslash_N()
6481 if (RExC_recode_x_to_native) { in S_regatom()