Lines Matching refs:old_curhead
420 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()
528 curbuf->b_u_newhead = old_curhead->uh_next.ptr; in u_savecommon()
540 if (uhfree == old_curhead) in u_savecommon()
542 u_freebranch(curbuf, uhfree, &old_curhead); in u_savecommon()
545 u_freeheader(curbuf, uhfree, &old_curhead); in u_savecommon()
551 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()
571 uhp->uh_alt_prev.ptr = old_curhead->uh_alt_prev.ptr; in u_savecommon()
574 old_curhead->uh_alt_prev.ptr = uhp; in u_savecommon()
575 if (curbuf->b_u_oldhead == old_curhead) in u_savecommon()