Searched refs:beSilent (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.1-release/usr.bin/make/
H A Dglobals.h74 extern Boolean beSilent; /* True if should print no commands */
H A Dmain.c127 Boolean beSilent; /* -s flag */ variable
547 beSilent = TRUE;
907 beSilent = FALSE; /* Print commands as executed */
H A Dtarg.c263 if (beSilent || (gn->type & OP_SILENT)) {
H A Dparse.c1072 beSilent = TRUE;
/freebsd-10.1-release/contrib/bmake/
H A Dmake.h381 extern Boolean beSilent; /* True if should print no commands */
H A Dmain.c169 Boolean beSilent; /* -s flag */ variable
589 beSilent = TRUE;
953 beSilent = FALSE; /* Print commands as executed */
H A Dtarg.c457 if (beSilent || gn->type & OP_SILENT) {
H A Djob.c1739 if (!beSilent && msg && job->node != lastNode) {
1900 if (!beSilent && job->node != lastNode) {
H A Dparse.c1533 beSilent = TRUE;

Completed in 138 milliseconds