Searched refs:fcol (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ncurses/form/ |
H A D | fld_move.c | 50 move_field(FIELD *field, int frow, int fcol) in FORM_EXPORT() 52 T((T_CALLED("move_field(%p,%d,%d)"), (void *)field, frow, fcol)); in FORM_EXPORT() 54 if (!field || (frow < 0) || (fcol < 0)) in FORM_EXPORT() 61 field->fcol = (short)fcol; in FORM_EXPORT()
|
H A D | fld_info.c | 53 int *frow, int *fcol, in FORM_EXPORT() 59 (void *)frow, (void *)fcol, in FORM_EXPORT() 71 if (fcol) in FORM_EXPORT() 72 *fcol = field->fcol; in FORM_EXPORT()
|
H A D | fld_link.c | 53 link_field(FIELD *field, int frow, int fcol) in FORM_EXPORT() 58 T((T_CALLED("link_field(%p,%d,%d)"), (void *)field, frow, fcol)); in FORM_EXPORT() 59 if (field && (frow >= 0) && (fcol >= 0) && in FORM_EXPORT() 66 New_Field->fcol = (short)fcol; in FORM_EXPORT()
|
H A D | fld_dup.c | 52 dup_field(FIELD *field, int frow, int fcol) in FORM_EXPORT() 57 T((T_CALLED("dup_field(%p,%d,%d)"), (void *)field, frow, fcol)); in FORM_EXPORT() 58 if (field && (frow >= 0) && (fcol >= 0) && in FORM_EXPORT() 65 New_Field->fcol = (short)fcol; in FORM_EXPORT()
|
H A D | fld_def.c | 276 new_field(int rows, int cols, int frow, int fcol, int nrow, int nbuf) in new_field() argument 284 T((T_CALLED("new_field(%d,%d,%d,%d,%d,%d)"), rows, cols, frow, fcol, nrow, nbuf)); in new_field() 288 fcol >= 0 && in new_field() 301 New_Field->fcol = (short)fcol; in new_field()
|
H A D | frm_def.c | 95 (current->fcol < newfield->fcol))) in Insert_Field_By_Position() 217 maximum_col_in_field = fields[j]->fcol + fields[j]->cols; in Connect_Fields()
|
H A D | frm_driver.c | 808 && field->fcol <= rx in Field_encloses() 809 && (field->fcol + field->cols) > rx) in Field_encloses() 852 field->fcol + form->curcol - form->begincol); in _nc_Position_Form_Cursor() 913 field->fcol, in _nc_Refresh_Current_Field() 915 field->cols + field->fcol - 1, in _nc_Refresh_Current_Field() 975 field->fcol, in _nc_Refresh_Current_Field() 977 field->cols + field->fcol - 1, in _nc_Refresh_Current_Field() 1149 field->rows, field->cols, field->frow, field->fcol); in Display_Or_Erase_Field() 1313 field->frow, field->fcol, in _nc_Synchronize_Attributes() 1315 field->fcol + field->cols - 1, 0); in _nc_Synchronize_Attributes() [all …]
|
H A D | llib-lformtw | 170 int fcol, 186 int fcol) 218 int *fcol, 250 int fcol) 267 int fcol)
|
H A D | llib-lformt | 170 int fcol, 186 int fcol) 218 int *fcol, 250 int fcol) 267 int fcol)
|
H A D | llib-lformw | 170 int fcol, 186 int fcol) 218 int *fcol, 250 int fcol) 267 int fcol)
|
H A D | llib-lform | 170 int fcol, 186 int fcol) 218 int *fcol, 250 int fcol) 267 int fcol)
|
H A D | form.h | 95 short fcol; /* first col */ member
|