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

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

Completed in 65 milliseconds