Lines Matching defs:cols
47 0, /* cols */
142 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf)
145 /* int cols; number of visible cols */
154 if (rows > 0 && cols > 0 && frow >= 0 && fcol >= 0 && nrow >= 0 &&
159 f->cols = cols;
163 f->dcols = cols;
206 f->cols = field->cols;
257 f->cols = field->cols;
310 field_info(FIELD *f, int *rows, int *cols, int *frow, int *fcol,
315 /* int *cols; number of visible cols */
325 *cols = f->cols;
366 /* int *dcols; number of actual cols */