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

/illumos-gate/usr/src/cmd/more/
H A Dmore.c190 int Lpp = 24; /* lines per page */ variable
300 dlines =(off_t) (Lpp - (noscroll ? 1 : 2));
396 if (left > (off_t)(Lpp - 4))
397 left =(off_t)(Lpp - 4);
604 Lpp = win.ws_row;
605 nscroll = Lpp/2 - 1;
608 dlines = (off_t)(Lpp - (noscroll ? 1 : 2));
1524 if (((Lpp = lines) < 0) || hard_copy) {
1526 Lpp = 24;

Completed in 60 milliseconds