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

/freebsd-12-stable/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)"), (void *)field, frow, fcol));
53 if (!field || (frow < 0) || (fcol < 0))
60 field->fcol = (short) fcol;
H A Dfld_info.c41 | int *frow, int *fcol,
52 int *frow, int *fcol,
58 (void *)frow, (void *)fcol,
70 if (fcol)
71 *fcol = field->fcol;
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)"), (void *)field, frow, fcol));
57 if (field && (frow >= 0) && (fcol >= 0) &&
64 New_Field->fcol = (short) fcol;
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)"), (void *)field, frow, fcol));
58 if (field && (frow >= 0) && (fcol >= 0) &&
65 New_Field->fcol = (short) fcol;
H A Dfld_def.c44 0, /* fcol */
263 | int frow, int fcol,
267 | starting at 'frow/fcol' in the subwindow of the form.
277 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) argument
285 T((T_CALLED("new_field(%d,%d,%d,%d,%d,%d)"), rows, cols, frow, fcol, nrow, nbuf));
289 fcol >= 0 &&
302 New_Field->fcol = (short) fcol;
H A Dfrm_def.c95 (current->fcol < newfield->fcol)))
215 maximum_col_in_field = fields[j]->fcol + fields[j]->cols;
H A Dfrm_driver.c783 && field->fcol <= rx
784 && (field->fcol + field->cols) > rx)
827 field->fcol + form->curcol - form->begincol);
884 field->fcol,
886 field->cols + field->fcol - 1,
945 field->fcol,
947 field->cols + field->fcol - 1,
1108 field->rows, field->cols, field->frow, field->fcol);
1271 field->frow, field->fcol,
1461 field->rows, field->cols, field->frow, field->fcol);
3451 int fcol = field->fcol; local
3501 int fcol = field->fcol; local
[all...]
H A Dform.h76 short fcol; /* first col */ member in struct:fieldnode
/freebsd-12-stable/sys/dev/drm/
H A Dmga_drm.h140 unsigned int fcol; member in struct:__anon12827
H A Dmga_state.c89 DMA_BLOCK(MGA_FCOL, ctx->fcol,
117 MGA_FCOL, ctx->fcol);
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-lmcx-defs.h5028 uint64_t fcol : 12; /**< Failing Column Start Address[11:0] member in struct:cvmx_lmcx_fadr::cvmx_lmcx_fadr_cn30xx
5033 uint64_t fcol : 12;
5058 uint64_t fcol : 14; /**< Failing Column Address[13:0] member in struct:cvmx_lmcx_fadr::cvmx_lmcx_fadr_cn61xx
5060 that had an ecc error, i.e., fcol[0] is always 0. Can
5064 uint64_t fcol : 14;
7239 uint64_t fcol : 14; /**< Failing Column Address[13:0] member in struct:cvmx_lmcx_scrambled_fadr::cvmx_lmcx_scrambled_fadr_s
7241 that had an ecc error, i.e., fcol[0] is always 0. Can
7245 uint64_t fcol : 14;

Completed in 227 milliseconds