Home | History | Annotate | Download | only in dist

Lines Matching refs:quiet

196 static BOOL quiet = FALSE;
369 { OP_NODATA, 'q', NULL, "quiet", "suppress output, just set return code" },
1697 if (quiet) return 0;
2092 if (count_only && !quiet)
2407 case 'q': quiet = TRUE; break;