Home | History | Annotate | Download | only in libform

Lines Matching refs:cols

135 			if (fp->buffers[i].length > fp->cols)
136 fp->buffers[i].string[fp->cols] = '\0';
170 if (fp->buffers[i].length > fp->cols)
171 fp->buffers[i].string[fp->cols] = '\0';
274 field_info(FIELD *field, int *rows, int *cols, int *frow, int *fcol,
281 *cols = field->cols;
301 *dcols = field->cols;
399 if (((field->opts & O_STATIC) == O_STATIC) && (len > field->cols)
401 len = field->cols;
424 if (((field->opts & O_STATIC) == O_STATIC) && (len > field->cols)
426 len = field->cols;
745 _formi_create_field(FIELD *prototype, int rows, int cols, int frow,
750 if ((rows <= 0) || (cols <= 0) || (frow < 0) || (fcol < 0) ||
763 new->cols = cols;
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,
840 (int) field->cols,
845 row_len = (field->rows + field->nrows + 1) * field->cols;
873 (int) field->cols,