Home | History | Annotate | Download | only in tools

Lines Matching refs:quiet

696    unsigned int   quiet         :2; /* don't output summaries */
746 global->quiet = 0;
1150 if (file->global->quiet < 2) /* need two quiets to stop this. */
2099 if (!zlib->global->quiet)
3722 " --quiet (-q):",
3774 " With the --quiet (-q) option the summaries are suppressed too and the",
3878 global.quiet = 0;
3937 else if (strcmp(*argv, "--quiet") == 0 || strcmp(*argv, "-q") == 0)
3939 if (global.quiet)
3940 global.quiet = 2;
3943 global.quiet = 1;