Home
last modified time | relevance | path

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

/openbsd/usr.bin/mail/
H A Dmain.c78 int realscreenheight; /* the real screen height */ variable
330 if ((realscreenheight = ws.ws_row) == 0) in setscreensize()
331 realscreenheight = 24; in setscreensize()
H A Dglob.h80 extern int realscreenheight; /* the real screen height */
H A Dcmd1.c363 if (page || nlines > (*cp ? atoi(cp) : realscreenheight)) { in type1()