Searched refs:first_modified_row (Results 1 – 1 of 1) sorted by relevance
938 first_modified_row = form->toprow; in _nc_Refresh_Current_Field()939 first_unmodified_row = first_modified_row + field->rows; in _nc_Refresh_Current_Field()946 first_modified_row = form->toprow; in _nc_Refresh_Current_Field()947 while (first_modified_row < row_after_bottom) in _nc_Refresh_Current_Field()949 if (is_linetouched(form->w, first_modified_row)) in _nc_Refresh_Current_Field()951 first_modified_row++; in _nc_Refresh_Current_Field()953 first_unmodified_row = first_modified_row; in _nc_Refresh_Current_Field()964 first_modified_row = form->toprow; in _nc_Refresh_Current_Field()965 first_unmodified_row = first_modified_row + field->rows; in _nc_Refresh_Current_Field()970 first_modified_row, in _nc_Refresh_Current_Field()[all …]