Lines Matching defs:cp
329 * Returns the number of the token pointed to by cp or oBadOption.
333 parse_token(const char *cp, const char *filename, int linenum)
338 if (strcasecmp(cp, keywords[i].name) == 0)
342 filename, linenum, cp);
1390 char *p, *cp, *fwdarg[4];
1394 cp = p = xstrdup(fwdspec);
1397 while (isspace(*cp))
1398 cp++;
1401 if ((fwdarg[i] = hpdelim(&cp)) == NULL)
1405 if (cp != NULL)