Lines Matching refs:cp
235 register char **sp, *cp;264 cp = strings;266 while (fgets(cp, flen - (cp - strings), fp) != NULL) {267 while (*cp != '#' && *cp != '/' && *cp != '\0')268 cp++;269 if (*cp == '#' || *cp == '\0')271 *sp++ = cp;272 while (!isspace(*cp) && *cp != '#' && *cp != '\0')273 cp++;274 *cp++ = '\0';