Searched refs:frow (Results 1 - 11 of 11) sorted by relevance

/freebsd-10.0-release/contrib/ncurses/form/
H A Dfld_move.c39 | Function : int move_field(FIELD *field,int frow, int fcol)
49 move_field(FIELD *field, int frow, int fcol) argument
51 T((T_CALLED("move_field(%p,%d,%d)"), field, frow, fcol));
53 if (!field || (frow < 0) || (fcol < 0))
59 field->frow = frow;
H A Dfld_info.c41 | int *frow, int *fcol,
52 int *frow, int *fcol,
58 frow, fcol,
68 if (frow)
69 *frow = field->frow;
50 field_info(const FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf) argument
H A Dfld_dup.c39 | Function : FIELD *dup_field(FIELD *field, int frow, int fcol)
51 dup_field(FIELD *field, int frow, int fcol) argument
56 T((T_CALLED("dup_field(%p,%d,%d)"), field, frow, fcol));
57 if (field && (frow >= 0) && (fcol >= 0) &&
63 New_Field->frow = frow;
H A Dfld_link.c39 | Function : FIELD *link_field(FIELD *field, int frow, int fcol)
52 link_field(FIELD *field, int frow, int fcol) argument
57 T((T_CALLED("link_field(%p,%d,%d)"), field, frow, fcol));
58 if (field && (frow >= 0) && (fcol >= 0) &&
64 New_Field->frow = frow;
H A Dfld_def.c43 0, /* frow */
262 | int frow, int fcol,
266 | starting at 'frow/fcol' in the subwindow of the form.
276 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) argument
284 T((T_CALLED("new_field(%d,%d,%d,%d,%d,%d)"), rows, cols, frow, fcol, nrow, nbuf));
287 frow >= 0 &&
300 New_Field->frow = frow;
H A Dfrm_def.c93 while ((current->frow < newfield->frow) ||
94 ((current->frow == newfield->frow) &&
214 maximum_row_in_field = fields[j]->frow + fields[j]->rows;
H A Dllib-lform163 int frow,
179 int frow,
211 int *frow,
243 int frow,
260 int frow,
H A Dllib-lformw163 int frow,
179 int frow,
211 int *frow,
243 int frow,
260 int frow,
H A Dfrm_driver.c757 && field->frow <= ry
758 && (field->frow + field->rows) > ry
802 field->frow + form->currow - form->toprow,
859 field->frow,
861 field->frow,
920 field->frow + first_modified_row - form->toprow,
922 field->frow + first_unmodified_row - form->toprow - 1,
1069 field->rows, field->cols, field->frow, field->fcol);
1228 field->frow, field->fcol,
1419 field->rows, field->cols, field->frow, fiel
3379 int frow = field->frow; local
3429 int frow = field->frow; local
[all...]
H A Dform.h75 short frow; /* first row */ member in struct:fieldnode
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-lmcx-defs.h5027 uint64_t frow : 14; /**< Failing Row Address[13:0] */ member in struct:cvmx_lmcx_fadr::cvmx_lmcx_fadr_cn30xx
5034 uint64_t frow : 14;
5057 uint64_t frow : 16; /**< Failing Row Address[15:0] */ member in struct:cvmx_lmcx_fadr::cvmx_lmcx_fadr_cn61xx
5065 uint64_t frow : 16;
7238 uint64_t frow : 16; /**< Failing Row Address[15:0] */ member in struct:cvmx_lmcx_scrambled_fadr::cvmx_lmcx_scrambled_fadr_s
7246 uint64_t frow : 16;

Completed in 211 milliseconds