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

/haiku/src/bin/unzip/
H A Dunzpriv.h510 # define SCREENLINES 25 macro
811 #if (defined(MORE) && !defined(SCREENLINES))
813 # define SCREENLINES 25 /* can be (should be) a function instead */ macro
815 # define SCREENLINES 24 /* VT-100s are assumed to be minimal hardware */ macro
821 if ((scrrows) != NULL) *(scrrows) = SCREENLINES; }
824 if ((scrrows) != NULL) *(scrrows) = SCREENLINES; \
H A Dfileio.c1271 ((Uz_Globs *)pG)->height = SCREENLINES - 2;

Completed in 75 milliseconds