Searched refs:tabpage_close_other (Results 1 – 4 of 4) sorted by relevance
41 void tabpage_close_other(tabpage_T *tp, int forceit);
510 tabpage_close_other(tp, FALSE); in do_mouse()
5998 tabpage_close_other(tp, eap->forceit); in ex_tabclose()6037 tabpage_close_other(tp, eap->forceit); in ex_tabonly()6075 tabpage_close_other(tabpage_T *tp, int forceit) in tabpage_close_other() function
3679 Solution: Adjust the tab pages line when needed in tabpage_close_other().