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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/theos/
H A Dthscfg.h22 #define SCREENLINES screenlines() macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/msdos/
H A Ddoscfg.h308 /* SCREENLINES macros for 16-bit and djgpp compilers */
310 # define SCREENLINES (int)(*((unsigned char far*)0x00400084L) + 1) macro
316 # define SCREENLINES ScreenRows() macro
334 if ((scrrows) != NULL) *(scrrows) = SCREENLINES; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/
H A Dunzpriv.h510 # define SCREENLINES 25 macro
859 #if (defined(MORE) && !defined(SCREENLINES))
861 # define SCREENLINES 25 /* can be (should be) a function instead */ macro
863 # define SCREENLINES 24 /* VT-100s are assumed to be minimal hardware */ macro
869 if ((scrrows) != NULL) *(scrrows) = SCREENLINES; }
872 if ((scrrows) != NULL) *(scrrows) = SCREENLINES; \
H A Dfileio.c1333 ((Uz_Globs *)pG)->height = SCREENLINES - 2;

Completed in 177 milliseconds