Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c325 dprev = NULL; in diff_mark_adjust_tp()
335 || dprev->df_lnum[idx] + dprev->df_count[idx] < line1) in diff_mark_adjust_tp()
351 + (dprev->df_lnum[i] + dprev->df_count[i]) in diff_mark_adjust_tp()
352 - (dprev->df_lnum[idx] + dprev->df_count[idx]); in diff_mark_adjust_tp()
480 if (dprev != NULL && dprev->df_lnum[idx] + dprev->df_count[idx] in diff_mark_adjust_tp()
493 dprev = dp; in diff_mark_adjust_tp()
498 dprev = NULL; in diff_mark_adjust_tp()
519 dprev = dp; in diff_mark_adjust_tp()
1808 dprev = dp; in diff_read()
1833 off = (dprev->df_lnum[idx_orig] + dprev->df_count[idx_orig]) in diff_copy_entry()
[all …]