Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c326 dp = tp->tp_first_diff; in diff_mark_adjust_tp()
499 dp = tp->tp_first_diff; in diff_mark_adjust_tp()
512 tp->tp_first_diff = dnext; in diff_mark_adjust_tp()
550 tp->tp_first_diff = dnew; in diff_alloc_new()
939 int had_diffs = curtab->tp_first_diff != NULL; in ex_diffupdate()
983 if (had_diffs || curtab->tp_first_diff != NULL) in ex_diffupdate()
1615 diff_T *dp = curtab->tp_first_diff; in diff_read()
1852 tp->tp_first_diff = NULL; in diff_clear()
2548 if (curtab->tp_first_diff == NULL) in diff_infold()
2740 for (dp = curtab->tp_first_diff; dp != NULL; ) in ex_diffgetput()
[all …]
H A Dglobals.h1902 for ((dp) = (tp)->tp_first_diff; (dp) != NULL; (dp) = (dp)->df_next)
H A Dstructs.h3225 diff_T *tp_first_diff; member