Lines Matching defs:c1
149 unsigned char c1 = *cp, c2 = *p;151 if (c1 == 0)156 if (c1 >= 'A' && c1 <= 'Z')157 c1 += 'a' - 'A';161 if (c1 != c2)