Lines Matching refs:tp_firstwin
2396 if (valid_tabpage(prev_curtab) && prev_curtab->tp_firstwin == win) in close_last_window_tabpage()
2778 for (wp = tp->tp_firstwin; wp != NULL && wp != win; wp = wp->w_next) in win_close_othertab()
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()
5266 tp->tp_firstwin = wp->w_next; in win_remove()