Lines Matching defs:escCmd
810 ShellWriter_EchoCmd(ShellWriter *wr, const char *escCmd)
812 ShellWriter_WriteFmt(wr, shell->echoTmpl, escCmd);
858 const char *escCmd, const char **inout_cmdTemplate)
865 ShellWriter_EchoCmd(wr, escCmd);
884 JobWriteSpecials(Job *job, ShellWriter *wr, const char *escCmd, bool run,
892 JobWriteSpecialsEchoCtl(job, wr, inout_cmdFlags, escCmd,
927 char *escCmd; /* xcmd escaped to be used in double quotes */
955 escCmd = shell->hasErrCtl ? NULL : EscapeShellDblQuot(xcmd);
965 JobWriteSpecials(job, wr, escCmd, run, &cmdFlags, &cmdTemplate);
978 ShellWriter_EchoCmd(wr, escCmd);
985 cmdTemplate = escCmd[0] == shell->commentChar ||
986 escCmd[0] == '\0'
998 free(escCmd);