Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dwindow.pro20 win_T *winframe_remove(win_T *win, int *dirp, tabpage_T *tp);
/vim-8.2.3635/src/
H A Devalwindow.c844 (void)winframe_remove(wp, &dir, NULL); in win_move_into_split()
H A Dwindow.c1803 (void)winframe_remove(curwin, &dir, NULL); in win_totop()
2826 wp = winframe_remove(win, dirp, tp); in win_free_mem()
2867 winframe_remove( in winframe_remove() function
H A Dautocmd.c1574 (void)winframe_remove(curwin, &dummy, NULL); in aucmd_restbuf()