Searched refs:quiet (Results 1 – 10 of 10) sorted by relevance
84 def check_err(val, quiet=()):100 if -val not in quiet:104 def check_err_null(val, quiet=()):119 is not in @quiet.124 if -val not in quiet:319 quiet)365 quiet)382 quiet)534 def pack(self, quiet=()):605 quiet)[all …]
27 $(PYTHON3) $< --quiet build_ext --inplace
29 int quiet; /* Level of quietness */ variable180 quiet = 0; in main()222 quiet++; in main()
52 extern int quiet; /* Level of quietness */
83 if ((c->warn && (quiet < 1)) in check_msg()84 || (c->error && (quiet < 2))) { in check_msg()1696 } else if (quiet < 3) { in process_checks()
394 if (quiet < 1) in dt_to_blob()
16 if [ "${quiet}" != "silent_" ]; then
47 kecho := $($(quiet)kecho)223 # Short version is used, if $(quiet) equals `quiet_', otherwise full one.224 echo-cmd = $(if $($(quiet)cmd_$(1)),\225 echo ' $(call escsq,$($(quiet)cmd_$(1)))$(echo-why)';)
25 my $quiet = 0;294 'q|quiet+' => \$quiet,443 $quiet++;1296 if ($#ARGV > 0 && $quiet == 0) {1317 if (!$quiet) {7613 if ($summary && !($clean == 1 && $quiet == 1)) {7620 if ($quiet == 0) {7666 if (!$quiet) {7680 if ($quiet == 0) {
21 ifeq ($(quiet),silent_)
Completed in 28 milliseconds