Lines Matching refs:fcol
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()
1468 field->fcol, in _nc_Unset_Current_Field()
1470 field->cols + field->fcol - 1, in _nc_Unset_Current_Field()
1531 field->rows, field->cols, field->frow, field->fcol); in _nc_Set_Current_Field()
3522 int fcol = field->fcol; in Upper_Neighbor_Field() local
3532 while (field_on_page->frow == frow && field_on_page->fcol != fcol); in Upper_Neighbor_Field()
3542 while (field_on_page->frow == frow && field_on_page->fcol > fcol) in Upper_Neighbor_Field()
3572 int fcol = field->fcol; in Down_Neighbor_Field() local
3582 while (field_on_page->frow == frow && field_on_page->fcol != fcol); in Down_Neighbor_Field()
3592 while (field_on_page->frow == frow && field_on_page->fcol < fcol) in Down_Neighbor_Field()