Searched refs:first_modified_row (Results 1 – 1 of 1) sorted by relevance
921 int first_modified_row, first_unmodified_row; in _nc_Refresh_Current_Field() local940 first_modified_row = form->toprow; in _nc_Refresh_Current_Field()941 first_unmodified_row = first_modified_row + field->rows; in _nc_Refresh_Current_Field()948 first_modified_row = form->toprow; in _nc_Refresh_Current_Field()949 while (first_modified_row < row_after_bottom) in _nc_Refresh_Current_Field()951 if (is_linetouched(form->w, first_modified_row)) in _nc_Refresh_Current_Field()953 first_modified_row++; in _nc_Refresh_Current_Field()955 first_unmodified_row = first_modified_row; in _nc_Refresh_Current_Field()966 first_modified_row = form->toprow; in _nc_Refresh_Current_Field()967 first_unmodified_row = first_modified_row + field->rows; in _nc_Refresh_Current_Field()[all …]