Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c288 diff_T *dnext; in diff_mark_adjust_tp() local
339 if (dnext == NULL) in diff_mark_adjust_tp()
342 dnext->df_lnum[idx] = line1; in diff_mark_adjust_tp()
343 dnext->df_count[idx] = inserted; in diff_mark_adjust_tp()
348 dnext->df_lnum[i] = line1; in diff_mark_adjust_tp()
350 dnext->df_lnum[i] = line1 in diff_mark_adjust_tp()
353 dnext->df_count[i] = deleted; in diff_mark_adjust_tp()
508 dnext = dp->df_next; in diff_mark_adjust_tp()
510 dp = dnext; in diff_mark_adjust_tp()
512 tp->tp_first_diff = dnext; in diff_mark_adjust_tp()
[all …]