Lines Matching refs:dnext
288 diff_T *dnext; in diff_mark_adjust_tp() local
338 dnext = diff_alloc_new(tp, dprev, dp); in diff_mark_adjust_tp()
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()
514 dprev->df_next = dnext; in diff_mark_adjust_tp()