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

/freebsd-10.1-release/usr.bin/msgs/
H A Dmsgs.c135 static int Lpp = 0; variable
449 Lpp = win.ws_row;
450 if (Lpp <= 0) {
452 || (Lpp = tgetnum("li")) <= 0) {
453 Lpp = NLINES;
458 Lpp -= 6; /* for headers, etc. */
639 if (use_pager && length > Lpp) {
643 snprintf(cmdbuf, sizeof(cmdbuf), _PATH_PAGER, Lpp);

Completed in 96 milliseconds