Home | History | Annotate | Download | only in libform

Lines Matching refs:fcol

274 field_info(FIELD *field, int *rows, int *cols, int *frow, int *fcol,
283 *fcol = field->form_col;
746 int fcol, int nrows, int nbuf)
750 if ((rows <= 0) || (cols <= 0) || (frow < 0) || (fcol < 0) ||
765 new->form_col = fcol;
775 new_field(int rows, int cols, int frow, int fcol, int nrows, int nbuf)
782 frow, fcol, nrows, nbuf)) == NULL)
830 dup_field(FIELD *field, int frow, int fcol)
841 frow, fcol, (int) field->nrows,
865 link_field(FIELD *field, int frow, int fcol)
874 frow, fcol, (int) field->nrows,