Searched refs:dnew (Results 1 – 1 of 1) sorted by relevance
543 diff_T *dnew; in diff_alloc_new() local545 dnew = ALLOC_ONE(diff_T); in diff_alloc_new()546 if (dnew != NULL) in diff_alloc_new()548 dnew->df_next = dp; in diff_alloc_new()550 tp->tp_first_diff = dnew; in diff_alloc_new()552 dprev->df_next = dnew; in diff_alloc_new()554 return dnew; in diff_alloc_new()