Searched refs:Dblspace (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c126 static int Dblspace = 1; variable
463 Dblspace = 2;
611 Buflen = ((UNS) (Plength / Dblspace + 1)) *
734 if (Dblspace == 2 && Line < Plength)
853 if (Dblspace == 2 && Line < Plength)
884 for (j = (Length - Margin)/Dblspace; --j >= 0; ++bline) {
978 i = (Length - Margin) / Dblspace;
1012 if (l > ((Length - Margin) / Dblspace)) {
1013 l = (Length - Margin) / Dblspace;

Completed in 53 milliseconds