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

/freebsd-current/usr.bin/mail/
H A Dglob.h77 extern int realscreenheight; /* the real screen height */
H A Dmain.c81 int realscreenheight; variable
374 if ((realscreenheight = ws.ws_row) == 0)
375 realscreenheight = 24;
H A Dcmd1.c303 if (page || nlines > (*cp ? atoi(cp) : realscreenheight)) {

Completed in 181 milliseconds