Home | History | Annotate | Download | only in make

Lines Matching defs:xcmd

984 	char *xcmd;		/* The expanded command */
986 char *escCmd; /* xcmd escaped to be used in double quotes */
990 xcmd = Var_SubstInTarget(ucmd, job->node);
992 xcmdStart = xcmd;
996 ParseCommandFlags(&xcmd, &cmdFlags);
1014 escCmd = shell->hasErrCtl ? NULL : EscapeShellDblQuot(xcmd);
1055 ShellWriter_WriteFmt(wr, cmdTemplate, xcmd);
1155 char *xcmd = Var_Subst(cmd, job->node, VARE_EVAL);
1156 debug_printf("\t=> %s\n", xcmd);
1157 free(xcmd);