Lines Matching defs:c1
1021 char c1 = *s1++;1023 if (ASCII_a <= c1 && c1 <= ASCII_z)1024 c1 += ASCII_A - ASCII_a;1027 if (c1 != c2)1029 if (!c1)