Lines Matching defs:xcmd
890 char *xcmd; /* The expanded command */
892 char *escCmd; /* xcmd escaped to be used in double quotes */
896 xcmd = Var_SubstInTarget(ucmd, job->node);
898 xcmdStart = xcmd;
902 ParseCommandFlags(&xcmd, &cmdFlags);
920 escCmd = shell->hasErrCtl ? NULL : EscapeShellDblQuot(xcmd);
961 ShellWriter_WriteFmt(wr, cmdTemplate, xcmd);
1061 char *xcmd = Var_Subst(cmd, job->node, VARE_EVAL);
1062 debug_printf("\t=> %s\n", xcmd);
1063 free(xcmd);