Lines Matching defs:c2
1278 samesets(struct re_guts *g, int c1, int c2)1284 unsigned uc2 = (uch)c2;1300 int c2;1311 for (c2 = c+1; c2 <= CHAR_MAX; c2++)1312 if (cats[c2] == 0 && samesets(g, c, c2))1313 cats[c2] = cat;