Home
last modified time | relevance | path

Searched refs: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)); in main()
396 if (left > (off_t)(Lpp - 4)) in main()
397 left =(off_t)(Lpp - 4); in main()
604 Lpp = win.ws_row; in chgwinsz()
605 nscroll = Lpp/2 - 1; in chgwinsz()
608 dlines = (off_t)(Lpp - (noscroll ? 1 : 2)); in chgwinsz()
1545 Lpp = row; in initterm()
1546 else if (((Lpp = lines) < 0) || hard_copy) { in initterm()
1548 Lpp = 24; in initterm()