Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/bmake/
H A Djob.c724 const char *cmdTemplate; /* Template to use when printing the in JobPrintCommand() local
754 cmdTemplate = "%s\n"; in JobPrintCommand()
856 cmdTemplate = commandShell->ignErr; in JobPrintCommand()
889 cmdTemplate = commandShell->ignErr; in JobPrintCommand()
891 cmdTemplate = commandShell->errOut; in JobPrintCommand()
902 DBPRINTF(cmdTemplate, cmd); in JobPrintCommand()