Searched refs:ue_next (Results 1 – 2 of 2) sorted by relevance
189 for (uep = uhp->uh_entry; uep != NULL; uep = uep->ue_next) in u_check_tree()664 prev_uep->ue_next = uep->ue_next; in u_savecommon()665 uep->ue_next = curbuf->b_u_newhead->uh_entry; in u_savecommon()682 uep = uep->ue_next; in u_savecommon()750 uep->ue_next = curbuf->b_u_newhead->uh_entry; in u_savecommon()915 nuep = uep->ue_next; in u_free_uhp()1394 last_uep->ue_next = uep; in unserialize_uhp()2781 nuep = uep->ue_next; in u_undoredo()2856 nuep = uep->ue_next; in u_undoredo()2857 uep->ue_next = newlist; in u_undoredo()[all …]
391 u_entry_T *ue_next; // pointer to next entry in list member