Lines Matching defs:Wflag
235 static int Wflag; /* recycle output files after this number of files */
2134 Wflag = atoi(optarg);
2135 if (Wflag <= 0)
2137 WflagChars = getWflagChars(Wflag);
3281 * Check to see if we've exceeded the Wflag (when
3284 if (Cflag == 0 && Wflag > 0 && Gflag_count >= Wflag) {
3286 Wflag);
3389 if (Wflag > 0) {
3390 if (Cflag_count >= Wflag)