Home
last modified time | relevance | path

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

/minix/usr.bin/make/
H A Djob.h220 Boolean hasEchoCtl; /* True if both echoOff and echoOn defined */ member
H A Djob.c757 commandShell->hasEchoCtl) { in JobPrintCommand()
777 commandShell->hasEchoCtl) { in JobPrintCommand()
798 if (commandShell->hasEchoCtl) { in JobPrintCommand()
832 if (commandShell->hasEchoCtl) { in JobPrintCommand()
864 if (!shutUp && !(job->flags & JOB_SILENT) && commandShell->hasEchoCtl){ in JobPrintCommand()
870 if (shutUp && commandShell->hasEchoCtl) { in JobPrintCommand()
2516 commandShell->hasEchoCtl = TRUE; in Job_ParseShell()