Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddiff.c1845 diff_T *p, *next_p; in diff_clear() local
1847 for (p = tp->tp_first_diff; p != NULL; p = next_p) in diff_clear()
1849 next_p = p->df_next; in diff_clear()