Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dundo.c550 uhfree = uhfree->uh_alt_next.ptr; in u_savecommon()
568 uhp->uh_alt_next.ptr = old_curhead; in u_savecommon()
1764 uhp = uhp->uh_alt_next.ptr; in u_write_undo()
2497 uhp = uhp->uh_alt_next.ptr; in undo_time()
2597 last = last->uh_alt_next.ptr; in undo_time()
2608 last->uh_alt_next.ptr; in undo_time()
2610 last->uh_alt_next.ptr = uhp; in undo_time()
3127 uhp = uhp->uh_alt_next.ptr; in ex_undolist()
3276 if (uh->uh_alt_next.ptr != NULL) in u_unch_branch()
3364 uhap = uhap->uh_alt_next.ptr) in u_freeheader()
[all …]
H A Dstructs.h417 } uh_alt_next; member