Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c420 u_header_T *old_curhead; in u_savecommon() local
525 old_curhead = curbuf->b_u_curhead; in u_savecommon()
526 if (old_curhead != NULL) in u_savecommon()
540 if (uhfree == old_curhead) in u_savecommon()
542 u_freebranch(curbuf, uhfree, &old_curhead); in u_savecommon()
560 if (old_curhead != NULL) in u_savecommon()
561 u_freebranch(curbuf, old_curhead, NULL); in u_savecommon()
568 uhp->uh_alt_next.ptr = old_curhead; in u_savecommon()
569 if (old_curhead != NULL) in u_savecommon()
574 old_curhead->uh_alt_prev.ptr = uhp; in u_savecommon()
[all …]