Searched refs:and_with (Results 1 – 4 of 4) sorted by relevance
561 const struct regnode_charclass_class *and_with) in S_cl_and() argument563 if (!(and_with->flags & ANYOF_CLASS) in S_cl_and()565 && (and_with->flags & ANYOF_LOCALE) == (cl->flags & ANYOF_LOCALE) in S_cl_and()566 && !(and_with->flags & ANYOF_FOLD) in S_cl_and()570 if (and_with->flags & ANYOF_INVERT) in S_cl_and()572 cl->bitmap[i] &= ~and_with->bitmap[i]; in S_cl_and()575 cl->bitmap[i] &= and_with->bitmap[i]; in S_cl_and()577 if (!(and_with->flags & ANYOF_EOS)) in S_cl_and()580 if (cl->flags & ANYOF_UNICODE_ALL && and_with->flags & ANYOF_UNICODE && in S_cl_and()581 !(and_with->flags & ANYOF_INVERT)) { in S_cl_and()[all …]
1766 …S_cl_and(pTHX_ struct regnode_charclass_class *cl, const struct regnode_charclass_class *and_with);
1188 |NN const struct regnode_charclass_class *and_with
1185 |const struct regnode_charclass_class *and_with