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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c139 #define RExC_flags (pRExC_state->flags) macro
236 #define LOC ((RExC_flags & PMf_LOCALE) != 0)
237 #define FOLD ((RExC_flags & PMf_FOLD) != 0)
1764 RExC_flags = pm->op_pmflags;
1853 RExC_flags = pm->op_pmflags; /* don't let top level (?i) bleed */
1869 pm->op_pmflags = RExC_flags;
1997 || (RExC_flags & PMf_MULTILINE)))) {
2016 || (RExC_flags & PMf_MULTILINE)));
2030 || (RExC_flags & PMf_MULTILINE)))) {
2043 || (RExC_flags
[all...]

Completed in 20 milliseconds