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" },
1717 else if (quiet) return 0;
2372 case 'q': quiet = TRUE; break;