Lines Matching refs:rows
44 0, /* rows in the field */
46 0, /* dynamic rows */
51 0, /* number of off screen rows */
60 0, /* number of rows actually used in field */
248 ((fp->rows + fp->nrows) > 1))
274 field_info(FIELD *field, int *rows, int *cols, int *frow, int *fcol,
280 *rows = field->rows;
300 *drows = field->rows;
328 field->row_count = 1; /* must be at least one row XXX need to shift old rows (if any) to free list??? */
400 && ((field->rows + field->nrows) == 1))
425 && ((field->rows + field->nrows) == 1))
745 _formi_create_field(FIELD *prototype, int rows, int cols, int frow,
750 if ((rows <= 0) || (cols <= 0) || (frow < 0) || (fcol < 0) ||
762 new->rows = rows;
775 new_field(int rows, int cols, int frow, int fcol, int nrows, int nbuf)
781 if ((new = _formi_create_field(&_formi_default_field, rows, cols,
839 if ((new = _formi_create_field(field, (int) field->rows,
845 row_len = (field->rows + field->nrows + 1) * field->cols;
872 if ((new = _formi_create_field(field, (int) field->rows,