Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c590 uhp->uh_entry = NULL; in u_savecommon()
665 uep->ue_next = curbuf->b_u_newhead->uh_entry; in u_savecommon()
666 curbuf->b_u_newhead->uh_entry = uep; in u_savecommon()
750 uep->ue_next = curbuf->b_u_newhead->uh_entry; in u_savecommon()
751 curbuf->b_u_newhead->uh_entry = uep; in u_savecommon()
912 uep = uhp->uh_entry; in u_free_uhp()
1392 uhp->uh_entry = uep; in unserialize_uhp()
2865 curhead->uh_entry = newlist; in u_undoredo()
3223 uep = uhp->uh_entry; in u_find_first_changed()
3293 return curbuf->b_u_newhead->uh_entry; in u_get_headentry()
[all …]
H A Dstructs.h424 u_entry_T *uh_entry; // pointer to first entry member