Home | History | Annotate | Download | only in bldcsndfa

Lines Matching defs:c2

421         int c2;
425 for (cp = *cpp; c2 = *s++; cp++) {
428 if (c1 != c2) {
432 if (isupper(c2))
433 c2 = tolower(c2);
436 if (c1 != c2)