/src/share/examples/puffs/pgfs/ |
pgfs_db.h | 55 unsigned int nrows; member in struct:fetchstatus
|
/src/games/boggle/boggle/ |
prtable.c | 71 int a, b, cols, loc, maxlen, nrows, z; local in function:prtable 83 nrows = (num - 1) / cols + 1; 84 for (a = 1; a <= nrows; a++) { 95 b += nrows;
|
/src/sys/dev/wscons/ |
wsemul_dumb.c | 74 u_int nrows, ncols, crow, ccol; member in struct:wsemul_dumb_emuldata 90 edp->nrows = type->nrows; 113 edp->nrows = type->nrows; 161 edp->nrows, edp->defattr); 187 if (edp->crow < edp->nrows - 1) { 193 edp->nrows - n); 195 edp->nrows - n, n, edp->defattr); 237 (*edp->emulops->eraserows)(edp->emulcookie, 0, edp->nrows, [all...] |
vt100_base.h | 35 u_int nrows, ncols, crow, ccol; member in struct:vt100base_data
|
wsemul_sun.c | 84 u_int nrows, ncols, crow, ccol; member in struct:wsemul_sun_emuldata 113 #define ROWS_LEFT (edp->nrows - edp->crow - 1) 127 edp->nrows = type->nrows; 188 edp->nrows = type->nrows; 249 (*edp->emulops->eraserows)(edp->emulcookie, 0, edp->nrows, 290 if (edp->crow < edp->nrows - 1) { 308 edp->nrows - edp->scrolldist); 310 edp->nrows - edp->scrolldist, edp->scrolldist [all...] |
wsdisplayvar.h | 98 int ncols, nrows; member in struct:wsscreen_descr
|
/src/games/tetris/ |
scores.c | 905 int nrows, row, col, item, i, highlight; local in function:printem 916 nrows = (n + 1) / 2; 918 for (row = 0; row < nrows; row++) { 920 item = col * nrows + row;
|
/src/lib/libform/ |
form.h | 205 unsigned int nrows; /* number of off screen rows */ member in struct:_form_field
|
/src/sys/arch/amiga/dev/ |
amidisplaycc.c | 278 int nrows; member in struct:amidisplaycc_screen 463 adp->gfxheight = amidisplaycc_screentab[0].wsdescr.nrows * 509 if (row < 0 || col < 0 || row >= scr->nrows || col >= scr->ncols) 605 if (row < 0 || col < 0 || row >= scr->nrows || col >= scr->ncols) 719 row < 0 || row >= scr->nrows) 769 if (row < 0 || row >= scr->nrows || 799 amidisplaycc_copyrows(void *screen, int srcrow, int dstrow, int nrows) 823 if (srcrow < 0 || srcrow + nrows > scr->nrows || 824 dstrow < 0 || dstrow + nrows > scr->nrows [all...] |