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

/haiku/src/tools/unzip/unix/
H A Dunxcfg.h16 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols)
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_maven.c37 uint32 x, screensize, pointer_reservation; local
48 /* calculate actual screensize */
49 screensize = si->fbc.bytes_per_row * si->dm.virtual_height;
52 if ((screensize + si->fbc.bytes_per_row + pointer_reservation) <=
59 adr += screensize;
/haiku/src/bin/unzip/
H A Dttyio.c21 screensize() (Unix only)
348 int screensize(tt_rows, tt_cols) function
362 fprintf(stderr, "ttyio.c screensize(): ws_row = %d\n",
364 fprintf(stderr, "ttyio.c screensize(): ws_col = %d\n",
380 "ttyio.c screensize(): ioctl(TIOCGWINSZ) failed\n"));
394 int screensize(tt_rows, tt_cols) function
H A Dunzpriv.h309 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols)
490 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols)
606 # define SCREENSIZE(ttrows, ttcols) screensize(ttrows, ttcols)
2044 int screensize OF((int *tt_rows, int *tt_cols)); /* local */

Completed in 95 milliseconds