Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dundo.c407 u_freebranch(buf, uhfree, &old_curhead); in u_savecommon()
416 u_freebranch(buf, uhfree, &old_curhead); in u_savecommon()
425 u_freebranch(buf, old_curhead, NULL); in u_savecommon()
1865 u_freebranch(curbuf, to_forget, NULL); in u_undo_and_forget()
2912 u_freebranch(buf, uhp->uh_alt_next.ptr, uhpp); in u_freeheader()
2941 static void u_freebranch(buf_T *buf, u_header_T *uhp, u_header_T **uhpp) in u_freebranch() function
2962 u_freebranch(buf, tofree->uh_alt_next.ptr, uhpp); // recursive in u_freebranch()
/dports/editors/vim/vim-8.2.3745/src/
H A Dundo.c110 static void u_freebranch(buf_T *buf, u_header_T *uhp, u_header_T **uhpp);
542 u_freebranch(curbuf, uhfree, &old_curhead); in u_savecommon()
551 u_freebranch(curbuf, uhfree, &old_curhead); in u_savecommon()
561 u_freebranch(curbuf, old_curhead, NULL); in u_savecommon()
3349 u_freebranch(buf, uhp->uh_alt_next.ptr, uhpp); in u_freeheader()
3374 u_freebranch( in u_freebranch() function
3398 u_freebranch(buf, tofree->uh_alt_next.ptr, uhpp); // recursive in u_freebranch()