Searched refs:first_modified_row (Results 1 – 1 of 1) sorted by relevance
892 int row_after_bottom, first_modified_row, first_unmodified_row; in _nc_Refresh_Current_Field() local910 first_modified_row = form->toprow; in _nc_Refresh_Current_Field()911 first_unmodified_row = first_modified_row + field->rows; in _nc_Refresh_Current_Field()918 first_modified_row = form->toprow; in _nc_Refresh_Current_Field()919 while (first_modified_row < row_after_bottom) in _nc_Refresh_Current_Field()921 if (is_linetouched(form->w, first_modified_row)) in _nc_Refresh_Current_Field()923 first_modified_row++; in _nc_Refresh_Current_Field()925 first_unmodified_row = first_modified_row; in _nc_Refresh_Current_Field()936 first_modified_row = form->toprow; in _nc_Refresh_Current_Field()937 first_unmodified_row = first_modified_row + field->rows; in _nc_Refresh_Current_Field()[all …]