Searched refs:escCmd (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/bmake/ |
| H A D | job.c | 902 ShellWriter_EchoCmd(ShellWriter *wr, const char *escCmd) in ShellWriter_EchoCmd() argument 904 ShellWriter_WriteFmt(wr, shell->echoTmpl, escCmd); in ShellWriter_EchoCmd() 950 const char *escCmd, const char **inout_cmdTemplate) in JobWriteSpecialsEchoCtl() argument 957 ShellWriter_EchoCmd(wr, escCmd); in JobWriteSpecialsEchoCtl() 976 JobWriteSpecials(Job *job, ShellWriter *wr, const char *escCmd, bool run, in JobWriteSpecials() argument 984 JobWriteSpecialsEchoCtl(job, wr, inout_cmdFlags, escCmd, in JobWriteSpecials() 1015 char *escCmd; /* xcmd escaped to be used in double quotes */ in JobWriteCommand() local 1043 escCmd = shell->hasErrCtl ? NULL : EscapeShellDblQuot(xcmd); in JobWriteCommand() 1053 JobWriteSpecials(job, wr, escCmd, run, &cmdFlags, &cmdTemplate); in JobWriteCommand() 1066 ShellWriter_EchoCmd(wr, escCmd); in JobWriteCommand() [all …]
|