Lines Matching defs:rows
46 0, /* rows */
142 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf)
144 /* int rows; number of visible rows */
148 /* int nrow; number of off screen rows */
154 if (rows > 0 && cols > 0 && frow >= 0 && fcol >= 0 && nrow >= 0 &&
158 f->rows = rows;
162 f->drows = rows + nrow;
205 f->rows = field->rows;
256 f->rows = field->rows;
310 field_info(FIELD *f, int *rows, int *cols, int *frow, int *fcol,
314 /* int *rows; number of visible rows */
318 /* int *nrow; number of off screen rows */
324 *rows = f->rows;
365 /* int *drows; number of actual rows */