Searched refs:SCREENSIZE (Results 1 - 3 of 3) sorted by relevance

/haiku/src/tools/unzip/unix/
H A Dunxcfg.h16 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols) macro
/haiku/src/bin/unzip/
H A Dunzpriv.h309 # 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 Dfileio.c1261 # ifdef SCREENSIZE
1264 SCREENSIZE(&((Uz_Globs *)pG)->height, &((Uz_Globs *)pG)->width);
1266 SCREENSIZE(&((Uz_Globs *)pG)->height, (int *)NULL);

Completed in 130 milliseconds