Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dwindow.pro18 void win_close_othertab(win_T *win, int free_buf, tabpage_T *tp);
/vim-8.2.3635/src/
H A Dwindow.c2317 win_close_othertab(wp, FALSE, tp); in close_windows()
2400 win_close_othertab(win, free_buf, prev_curtab); in close_last_window_tabpage()
2598 win_close_othertab(win, FALSE, prev_curtab); in win_close()
2746 win_close_othertab(win_T *win, int free_buf, tabpage_T *tp) in win_close_othertab() function
H A Dex_docmd.c5855 win_close_othertab(win, !need_hide && !buf_hide(buf), tp); in ex_win_close()