Searched refs:cmdStart (Results 1 – 1 of 1) sorted by relevance
230 char *cmdStart; /* Start of expanded command */ in Compat_RunCommand() local249 (void)Var_Subst(cmd, gn, VARE_WANTRES, &cmdStart); in Compat_RunCommand()252 if (cmdStart[0] == '\0') { in Compat_RunCommand()253 free(cmdStart); in Compat_RunCommand()256 cmd = cmdStart; in Compat_RunCommand()257 LstNode_Set(ln, cmdStart); in Compat_RunCommand()273 Lst_Append(&endNode->commands, cmdStart); in Compat_RunCommand()277 if (strcmp(cmdStart, "...") == 0) { in Compat_RunCommand()447 free(cmdStart); in Compat_RunCommand()