Lines Matching refs:cp
320 char *cp;
349 cp = strip(line);
351 switch (*cp) {
356 switch (DecodeCtrlCommand(cp+1, arg)) {
367 log_Printf(LogWARN, "%s: %s: Invalid command\n", filename, cp);
373 if ((cp = GetLabel(cp, filename, linenum)) == NULL)
376 if (strcmp(cp, name) == 0) {
385 cp = strip(line);
387 if (*cp == '\0') /* empty / comment */
391 if (*cp != '!' && how == SYSTEM_EXEC)
392 cp = GetLabel(cp, filename, linenum);
396 len = strlen(cp);
397 if ((argc = command_Expand_Interpret(cp, len, argv, cp - line)) < 0)