Searched refs:tp_firstwin (Results 1 – 13 of 13) sorted by relevance
44 wp = tp->tp_firstwin; in win_getid()372 for (wp = (tp == curtab) ? firstwin : tp->tp_firstwin; in get_winnr()1251 curtab->tp_firstwin = firstwin; in switch_win_noblock()1254 firstwin = curtab->tp_firstwin; in switch_win_noblock()1295 curtab->tp_firstwin = firstwin; in restore_win_noblock()1298 firstwin = curtab->tp_firstwin; in restore_win_noblock()
2396 if (valid_tabpage(prev_curtab) && prev_curtab->tp_firstwin == win) in close_last_window_tabpage()2784 if (tp->tp_firstwin == tp->tp_lastwin) in win_close_othertab()2879 if (tp == NULL ? ONE_WINDOW : tp->tp_firstwin == tp->tp_lastwin) in winframe_remove()3040 if (tp == NULL ? ONE_WINDOW : tp->tp_firstwin == tp->tp_lastwin) in win_altframe()3721 curtab->tp_firstwin = firstwin; in win_alloc_first()3967 newtp->tp_firstwin = newtp->tp_lastwin = newtp->tp_curwin = curwin; in win_new_tabpage()4189 tp->tp_firstwin = firstwin; in leave_tabpage()4212 int old_off = tp->tp_firstwin->w_winrow; in enter_tabpage()4217 firstwin = tp->tp_firstwin; in enter_tabpage()5264 firstwin = curtab->tp_firstwin = wp->w_next; in win_remove()[all …]
3778 curtab->tp_firstwin = firstwin; in get_tabline_label()3784 firstwin = curtab->tp_firstwin; in get_tabline_label()3797 firstwin = curtab->tp_firstwin; in get_tabline_label()3816 wp = (tp == curtab) ? firstwin : tp->tp_firstwin; in get_tabline_label()
718 ? firstwin : (tp)->tp_firstwin; (wp); (wp) = (wp)->w_next)726 ? firstwin : (tp)->tp_firstwin; (wp); (wp) = (wp)->w_next)
752 tab_firstwin = tp->tp_firstwin; in makeopens()
4082 tp == curtab || tp->tp_firstwin == NULL ? firstwin in f_gettabvar()4083 : tp->tp_firstwin, tp, TRUE) == OK) in f_gettabvar()
6085 wp = tp->tp_firstwin; in tabpage_close_other()6090 if (!valid_tabpage(tp) || tp->tp_firstwin == wp) in tabpage_close_other()6706 wp = tp->tp_firstwin; in ex_tabs()
3206 win_T *tp_firstwin; // first window in this Tab page member
4477 wp = tp->tp_firstwin; in draw_tabline()
3954 return tabObject->tab->tp_firstwin; in get_firstwin()
9890 wp = (tp == curtab) ? firstwin : tp->tp_firstwin; in f_tabpagebuflist()
17788 Solution: Use "firstwin" instead of "tp_firstwin" for current tab.
21647 Solution: set tp_firstwin and tp_lastwin. (Jason Franklin, closes #2170)