Lines Matching refs:c2
1268 samesets(struct re_guts *g, int c1, int c2)1274 unsigned uc2 = (uch)c2;1290 int c2;1301 for (c2 = c+1; c2 <= CHAR_MAX; c2++)1302 if (cats[c2] == 0 && samesets(g, c, c2))1303 cats[c2] = cat;