Lines Matching refs:nrows
248 ((fp->rows + fp->nrows) > 1))
284 *nrow = field->nrows;
400 && ((field->rows + field->nrows) == 1))
425 && ((field->rows + field->nrows) == 1))
746 int fcol, int nrows, int nbuf)
751 (nrows < 0) || (nbuf < 0))
766 new->nrows = nrows;
775 new_field(int rows, int cols, int frow, int fcol, int nrows, int nbuf)
782 frow, fcol, nrows, nbuf)) == NULL)
841 frow, fcol, (int) field->nrows,
845 row_len = (field->rows + field->nrows + 1) * field->cols;
874 frow, fcol, (int) field->nrows,