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

/illumos-gate/usr/src/cmd/pr/
H A Dpr.c136 static int Plength; variable
561 Plength = Length - Margin/2;
611 Buflen = ((UNS) (Plength / Dblspace + 1)) *
734 if (Dblspace == 2 && Line < Plength)
736 if (Line >= Plength)
853 if (Dblspace == 2 && Line < Plength)
855 if (Line >= Plength)

Completed in 76 milliseconds