Lines Matching defs:ce
227 char *cc, *ce, *ce1, *c1, *c2;268 if ((ce = strchr(buffer, '\n')) != NULL)269 *ce = '\0';271 ce = &buffer[255];273 ce = ce1;274 *ce = '\0';278 while (isalpha(*c1) && c1 < ce)280 if (c1 > ce)306 while (c1 <= ce && isspace(*c1))308 c2 = ce - 1;