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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c600 S_cl_or(pTHX_ RExC_state_t *pRExC_state, struct regnode_charclass_class *cl, struct regnode_charclass_class *or_with) argument
602 if (or_with->flags & ANYOF_INVERT) {
612 if ( (or_with->flags & ANYOF_LOCALE) == (cl->flags & ANYOF_LOCALE)
613 && !(or_with->flags & ANYOF_FOLD)
618 cl->bitmap[i] |= ~or_with->bitmap[i];
625 if ( (or_with->flags & ANYOF_LOCALE) == (cl->flags & ANYOF_LOCALE)
626 && (!(or_with->flags & ANYOF_FOLD)
632 cl->bitmap[i] |= or_with->bitmap[i];
633 if (or_with->flags & ANYOF_CLASS) {
635 cl->classflags[i] |= or_with
[all...]
H A Dproto.h1120 STATIC void S_cl_or(pTHX_ struct RExC_state_t*, struct regnode_charclass_class *cl, struct regnode_charclass_class *or_with);

Completed in 29 milliseconds