Lines Matching refs:tp
93 static void ex_win_close(int forceit, win_T *win, tabpage_T *tp);
1681 tabpage_T *tp; in current_tab_nr() local
1684 FOR_ALL_TABPAGES(tp) in current_tab_nr()
1687 if (tp == tab) in current_tab_nr()
5813 tabpage_T *tp) // NULL or the tab page "win" is in in ex_win_close() argument
5852 if (tp == NULL) in ex_win_close()
5855 win_close_othertab(win, !need_hide && !buf_hide(buf), tp); in ex_win_close()
5975 tabpage_T *tp; in ex_tabclose() local
5990 tp = find_tabpage(tab_number); in ex_tabclose()
5991 if (tp == NULL) in ex_tabclose()
5996 if (tp != curtab) in ex_tabclose()
5998 tabpage_close_other(tp, eap->forceit); in ex_tabclose()
6013 tabpage_T *tp; in ex_tabonly() local
6034 FOR_ALL_TABPAGES(tp) in ex_tabonly()
6035 if (tp->tp_topframe != topframe) in ex_tabonly()
6037 tabpage_close_other(tp, eap->forceit); in ex_tabonly()
6039 if (valid_tabpage(tp)) in ex_tabonly()
6075 tabpage_close_other(tabpage_T *tp, int forceit) in tabpage_close_other() argument
6085 wp = tp->tp_firstwin; in tabpage_close_other()
6086 ex_win_close(forceit, wp, tp); in tabpage_close_other()
6090 if (!valid_tabpage(tp) || tp->tp_firstwin == wp) in tabpage_close_other()
6689 tabpage_T *tp; in ex_tabs() local
6695 for (tp = first_tabpage; tp != NULL && !got_int; tp = tp->tp_next) in ex_tabs()
6703 if (tp == curtab) in ex_tabs()
6706 wp = tp->tp_firstwin; in ex_tabs()