Lines Matching defs:escCmd
775 ShellWriter_EchoCmd(ShellWriter *wr, const char *escCmd)
777 ShellWriter_WriteFmt(wr, shell->echoTmpl, escCmd);
823 const char *escCmd, const char **inout_cmdTemplate)
830 ShellWriter_EchoCmd(wr, escCmd);
849 JobWriteSpecials(Job *job, ShellWriter *wr, const char *escCmd, bool run,
857 JobWriteSpecialsEchoCtl(job, wr, inout_cmdFlags, escCmd,
892 char *escCmd; /* xcmd escaped to be used in double quotes */
920 escCmd = shell->hasErrCtl ? NULL : EscapeShellDblQuot(xcmd);
930 JobWriteSpecials(job, wr, escCmd, run, &cmdFlags, &cmdTemplate);
943 ShellWriter_EchoCmd(wr, escCmd);
950 cmdTemplate = escCmd[0] == shell->commentChar ||
951 escCmd[0] == '\0'
963 free(escCmd);