HomeSort by: relevance | last modified time | path
    Searched defs:escCmd (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/make/
job.c 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);
    [all...]
job.c 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);
    [all...]

Completed in 22 milliseconds