HomeSort by: relevance | last modified time | path
    Searched defs:Lpp (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/msgs/
msgs.c 138 int Lpp = 0;
459 Lpp = win.ws_row;
460 if (Lpp <= 0) {
462 || (Lpp = tgetnum("li")) <= 0) {
463 Lpp = NLINES;
468 Lpp -= 6; /* for headers, etc. */
634 if (use_pager && length > Lpp) {
640 _PATH_PAGER, Lpp);

Completed in 13 milliseconds