Home
last modified time | relevance | path

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

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