Searched refs:next_p (Results 1 – 1 of 1) sorted by relevance
1845 diff_T *p, *next_p; in diff_clear() local1847 for (p = tp->tp_first_diff; p != NULL; p = next_p) in diff_clear()1849 next_p = p->df_next; in diff_clear()