Home
last modified time | relevance | path

Searched refs:first_unmodified_row (Results 1 – 1 of 1) sorted by relevance

/openbsd/lib/libform/
H A Dfrm_driver.c922 int first_modified_row, first_unmodified_row; in _nc_Refresh_Current_Field() local
942 first_unmodified_row = first_modified_row + field->rows; in _nc_Refresh_Current_Field()
956 first_unmodified_row = first_modified_row; in _nc_Refresh_Current_Field()
957 while (first_unmodified_row < row_after_bottom) in _nc_Refresh_Current_Field()
959 if (!is_linetouched(form->w, first_unmodified_row)) in _nc_Refresh_Current_Field()
961 first_unmodified_row++; in _nc_Refresh_Current_Field()
968 first_unmodified_row = first_modified_row + field->rows; in _nc_Refresh_Current_Field()
970 if (first_unmodified_row != first_modified_row && is_public) in _nc_Refresh_Current_Field()
977 field->frow + first_unmodified_row - form->toprow - 1, in _nc_Refresh_Current_Field()