Searched refs:quiet (Results 1 – 10 of 10) sorted by relevance
29 int quiet; /* Level of quietness */ variable183 quiet = 0; in main()225 quiet++; in main()
83 if ((c->warn && (quiet < 1)) in check_msg()84 || (c->error && (quiet < 2))) { in check_msg()794 } else if (quiet < 3) { in process_checks()
52 extern int quiet; /* Level of quietness */
403 if (quiet < 1) in dt_to_blob()
20 if [ "${quiet}" != "silent_" ]; then
9 vecho() { [ "${quiet}" = "silent_" ] || echo "$@" ; }
35 if [ "${quiet}" != "silent_" ]; then
38 kecho := $($(quiet)kecho)225 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.226 echo-cmd = $(if $($(quiet)cmd_$(1)),\227 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
21 my $quiet = 0;136 'q|quiet+' => \$quiet,232 $quiet++;755 if ($#ARGV > 0 && $quiet == 0) {775 if (!$quiet) {5824 if ($summary && !($clean == 1 && $quiet == 1)) {5831 if ($quiet == 0) {5869 if (!$quiet) {5883 if ($quiet == 0) {
14 ifeq ($(quiet),silent_)