Home | History | Annotate | Download | only in dist

Lines Matching refs:quiet

2952 printf("  -q       quiet: do not output PCRE version number at start\n");
2994 int quiet = 0;
3127 else if (strcmp(arg, "-q") == 0) quiet = 1;
3447 /* Heading line unless quiet */
3449 if (!quiet) fprintf(outfile, "PCRE version %s\n\n", version);