Searched refs:win_close_othertab (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | window.pro | 18 void win_close_othertab(win_T *win, int free_buf, tabpage_T *tp);
|
| /vim-8.2.3635/src/ |
| H A D | window.c | 2317 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 D | ex_docmd.c | 5855 win_close_othertab(win, !need_hide && !buf_hide(buf), tp); in ex_win_close()
|