| /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 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/external/gpl3/gdb/dist/gdb/ |
| osdata.c | 208 int nrows = osdata->items.size (); local 210 if (*type == '\0' && nrows == 0) 236 ui_out_emit_table table_emitter (uiout, ncols, nrows, "OSDataTable"); 260 if (nrows != 0)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| osdata.c | 208 int nrows = osdata->items.size (); local 210 if (*type == '\0' && nrows == 0) 236 ui_out_emit_table table_emitter (uiout, ncols, nrows, "OSDataTable"); 260 if (nrows != 0)
|
| /src/external/gpl2/groff/dist/src/preproc/tbl/ |
| table.h | 90 int nrows; member in class:table
|
| main.cpp | 619 int nrows; member in struct:format 632 format::format(int nr, int nc) : nrows(nr), ncolumns(nc) 642 entry = new entry_format *[nrows]; 643 for (i = 0; i < nrows; i++) 645 vline = new char*[nrows]; 646 for (i = 0; i < nrows; i++) { 657 vline = new char*[nrows + n]; 658 for (i = 0; i < nrows; i++) 662 vline[nrows + i] = new char[ncolumns + 1]; 664 vline[nrows + i][j] = 0 1113 int nrows = 0; local [all...] |
| /src/games/tetris/ |
| scores.c | 906 int nrows, row, col, item, i, highlight; local 917 nrows = (n + 1) / 2; 919 for (row = 0; row < nrows; row++) { 921 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...] |