Home
last modified time | relevance | path

Searched refs:echoTmpl (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/bmake/
H A Djob.c216 const char *echoTmpl; /* template to echo a command */ member
803 ShellWriter_WriteFmt(wr, shell->echoTmpl, escCmd); in ShellWriter_EchoCmd()
2462 newShell.echoTmpl = arg + 6; in Job_ParseShell()
2555 if (shell->echoTmpl == NULL) in Job_ParseShell()
2556 shell->echoTmpl = ""; in Job_ParseShell()