Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c406 n -= dp->df_count[idx]; in diff_mark_adjust_tp()
411 dp->df_count[idx] = 0; in diff_mark_adjust_tp()
455 dp->df_count[i] += n; in diff_mark_adjust_tp()
485 dprev->df_count[i] += dp->df_count[i]; in diff_mark_adjust_tp()
624 --dp->df_count[i_new]; in diff_check_unchanged()
1768 dp->df_count[i] = dpl->df_lnum[i] + dpl->df_count[i] in diff_read()
1836 dp->df_count[idx_new] = dp->df_count[idx_orig]; in diff_copy_entry()
1916 if (dp->df_count[i] != dp->df_count[idx]) in diff_check()
1964 if (dp->df_count[idx1] != dp->df_count[idx2]) in diff_equal_entry()
2135 if (dp->df_count[toidx] == dp->df_count[fromidx]) in diff_set_topline()
[all …]
H A Dstructs.h3185 linenr_T df_count[DB_COUNT]; // nr of inserted/changed lines member