Searched refs:fcol (Results 1 - 15 of 15) 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))
60 field->fcol = fcol;
H A Dfld_info.c41 | int *frow, int *fcol,
52 int *frow, int *fcol,
58 frow, 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)"), field, frow, fcol));
57 if (field && (frow >= 0) && (fcol >= 0) &&
64 New_Field->fcol = 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)"), field, frow, fcol));
58 if (field && (frow >= 0) && (fcol >= 0) &&
65 New_Field->fcol = fcol;
H A Dfld_def.c44 0, /* fcol */
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));
288 fcol >= 0 &&
301 New_Field->fcol = fcol;
H A Dfrm_def.c95 (current->fcol < newfield->fcol)))
215 maximum_col_in_field = fields[j]->fcol + fields[j]->cols;
H A Dllib-lform164 int fcol,
180 int fcol)
212 int *fcol,
244 int fcol)
261 int fcol)
H A Dllib-lformw164 int fcol,
180 int fcol)
212 int *fcol,
244 int fcol)
261 int fcol)
H A Dfrm_driver.c759 && field->fcol <= rx
760 && (field->fcol + field->cols) > rx)
803 field->fcol + form->curcol - form->begincol);
860 field->fcol,
862 field->cols + field->fcol - 1,
921 field->fcol,
923 field->cols + field->fcol - 1,
1069 field->rows, field->cols, field->frow, field->fcol);
1228 field->frow, field->fcol,
1419 field->rows, field->cols, field->frow, field->fcol);
3380 int fcol = field->fcol; local
3430 int fcol = field->fcol; local
[all...]
H A Dform.h76 short fcol; /* first col */ member in struct:fieldnode
/freebsd-10.0-release/contrib/groff/src/roff/troff/
H A Dnode.cpp842 void troff_output_file::start_special(tfont *tf, color *gcol, color *fcol, argument
847 fill_color(fcol);
1020 color *gcol, color *fcol,
1033 fill_color(fcol);
1057 && (!fcol || fcol == current_fill_color)
1067 fill_color(fcol);
1083 && (!fcol || fcol == current_fill_color)
1092 fill_color(fcol);
1019 put_char_width(charinfo *ci, tfont *tf, color *gcol, color *fcol, hunits w, hunits k) argument
1101 put_char(charinfo *ci, tfont *tf, color *gcol, color *fcol) argument
1415 draw(char code, hvpair *point, int npoints, font_size fsize, color *gcol, color *fcol) argument
1817 color *fcol; /* this is needed for grotty */ member in class:glyph_node
2303 color *fcol = n2->get_fill_color(); local
2450 color *fcol = get_fill_color(); local
4922 color *fcol = env->get_fill_color(); local
[all...]
H A Dnode.h521 color *fcol; member in class:special_node
588 color *fcol; member in class:draw_node
/freebsd-10.0-release/sys/dev/drm/
H A Dmga_drm.h140 unsigned int fcol; member in struct:__anon8022
H A Dmga_state.c89 DMA_BLOCK(MGA_FCOL, ctx->fcol,
117 MGA_FCOL, ctx->fcol);
/freebsd-10.0-release/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 237 milliseconds