Searched refs:RExC_utf8 (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c157 #define RExC_utf8 (pRExC_state->utf8) macro
235 #define UTF (RExC_utf8 != 0)
1753 RExC_utf8 = RExC_orig_utf8 = pm->op_pmdynflags & PMdf_CMP_UTF8;
1790 if (RExC_utf8 && !RExC_orig_utf8) {
1805 RExC_orig_utf8 = RExC_utf8;
3186 RExC_utf8 = 1;
3348 if (RExC_utf8)
3355 RExC_utf8 = 1;

Completed in 23 milliseconds