Home
last modified time | relevance | path

Searched refs:and_with (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dregcomp.c561 const struct regnode_charclass_class *and_with) in S_cl_and() argument
563 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 …]
Dproto.h1766 …S_cl_and(pTHX_ struct regnode_charclass_class *cl, const struct regnode_charclass_class *and_with);
Dembed.fnc1188 |NN const struct regnode_charclass_class *and_with
/mirbsd/src/gnu/usr.bin/perl/ext/Devel/PPPort/parts/
Dembed.fnc1185 |const struct regnode_charclass_class *and_with