Searched defs:and_with (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregcomp.c564 struct regnode_charclass_class *and_with)
566 if (!(and_with->flags & ANYOF_CLASS)
568 && (and_with->flags & ANYOF_LOCALE) == (cl->flags & ANYOF_LOCALE)
569 && !(and_with->flags & ANYOF_FOLD)
573 if (and_with->flags & ANYOF_INVERT)
575 cl->bitmap[i] &= ~and_with->bitmap[i];
578 cl->bitmap[i] &= and_with->bitmap[i];
580 if (!(and_with->flags & ANYOF_EOS))
583 if (cl->flags & ANYOF_UNICODE_ALL && and_with->flags & ANYOF_UNICODE &&
584 !(and_with
563 S_cl_and(pTHX_ struct regnode_charclass_class *cl, struct regnode_charclass_class *and_with) argument
687 struct regnode_charclass_class and_with; /* Valid if flags & SCF_DO_STCLASS_OR */ local
[all...]

Completed in 21 milliseconds