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

  /src/usr.bin/make/unit-tests/
opt-jobs-no-action.mk 33 check="\# .echoTmpl\n""echo \"%s\"\n" \
45 # - first using the template shell.echoTmpl,
55 # XXX: Why is it not printed using shell.echoTmpl as well?
  /src/usr.bin/make/
job.c 245 * In case a shell doesn't have error control, echoTmpl is a printf template
282 const char *echoTmpl; /* template to echo a command */
391 "echo \"%s\"\n", /* .echoTmpl */
414 "echo \"%s\"\n", /* .echoTmpl */
440 "echo \"%s\"\n", /* .echoTmpl */
463 "echo \"%s\"\n", /* .echoTmpl */
875 ShellWriter_WriteFmt(wr, shell->echoTmpl, escCmd);
2308 newShell.echoTmpl = arg + 6;
2376 if (shell->echoTmpl == NULL)
2377 shell->echoTmpl = ""
    [all...]

Completed in 36 milliseconds