Lines Matching defs:escCmd
873 ShellWriter_EchoCmd(ShellWriter *wr, const char *escCmd)
875 ShellWriter_WriteFmt(wr, shell->echoTmpl, escCmd);
921 const char *escCmd, const char **inout_cmdTemplate)
928 ShellWriter_EchoCmd(wr, escCmd);
947 JobWriteSpecials(Job *job, ShellWriter *wr, const char *escCmd, bool run,
955 JobWriteSpecialsEchoCtl(job, wr, inout_cmdFlags, escCmd,
986 char *escCmd; /* xcmd escaped to be used in double quotes */
1014 escCmd = shell->hasErrCtl ? NULL : EscapeShellDblQuot(xcmd);
1024 JobWriteSpecials(job, wr, escCmd, run, &cmdFlags, &cmdTemplate);
1037 ShellWriter_EchoCmd(wr, escCmd);
1044 cmdTemplate = escCmd[0] == shell->commentChar ||
1045 escCmd[0] == '\0'
1057 free(escCmd);