Lines Matching refs:nrow
53 0, /* nrow */
142 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf)
148 /* int nrow; number of off screen rows */
154 if (rows > 0 && cols > 0 && frow >= 0 && fcol >= 0 && nrow >= 0 &&
162 f->drows = rows + nrow;
164 f->nrow = nrow;
210 f->nrow = field->nrow;
261 f->nrow = field->nrow;
311 int *nrow, int *nbuf)
318 /* int *nrow; number of off screen rows */
328 *nrow = f->nrow;