Searched defs:Linew (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c130 static int Linew = 0; variable
507 Linew = (int)strtol(optarg, (char **)NULL, 10);
588 if (Linew == 0)
589 Linew = Ncols != 1 && Sepc == 0 ? LINEW : 512;
602 Linew -= (Multi == 'm') ? numw : numw * Ncols;
605 if ((Colw = (Linew - Ncols + 1)/Ncols) < 1)
612 2 * (Linew + 1);
1040 width = (Ncols == 1) ? Linew : Colw;
1172 width = Linew;

Completed in 75 milliseconds