Home | History | Annotate | Download | only in Support

Lines Matching full:samesets

97 static int samesets(struct re_guts *, int, int);
1265 - samesets - are these two characters in exactly the same sets?
1268 samesets(struct re_guts *g, int c1, int c2)
1302 if (cats[c2] == 0 && samesets(g, c, c2))