Home | History | Annotate | Download | only in dist

Lines Matching refs:quiet

2949 printf("  -q       quiet: do not output PCRE version number at start\n");
2991 int quiet = 0;
3124 else if (strcmp(arg, "-q") == 0) quiet = 1;
3444 /* Heading line unless quiet */
3446 if (!quiet) fprintf(outfile, "PCRE version %s\n\n", version);