Searched refs:SCREENSIZE (Results 1 – 3 of 3) sorted by relevance
/haiku/src/tools/unzip/unix/ |
H A D | unxcfg.h | 16 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols) macro
|
/haiku/src/bin/unzip/ |
H A D | unzpriv.h | 309 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols) macro 490 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols) macro 606 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols) macro 818 #if (defined(MORE) && !defined(SCREENSIZE)) 820 # define SCREENSIZE(scrrows, scrcols) { \ macro 823 # define SCREENSIZE(scrrows, scrcols) { \ macro
|
H A D | fileio.c | 1261 # ifdef SCREENSIZE 1264 SCREENSIZE(&((Uz_Globs *)pG)->height, &((Uz_Globs *)pG)->width); 1266 SCREENSIZE(&((Uz_Globs *)pG)->height, (int *)NULL);
|