Home
last modified time | relevance | path

Searched refs:tp_lastwin (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Devalwindow.c331 twin = (tp == curtab) ? lastwin : tp->tp_lastwin; in get_winnr()
1252 curtab->tp_lastwin = lastwin; in switch_win_noblock()
1255 lastwin = curtab->tp_lastwin; in switch_win_noblock()
1296 curtab->tp_lastwin = lastwin; in restore_win_noblock()
1299 lastwin = curtab->tp_lastwin; in restore_win_noblock()
H A Dwindow.c2784 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()
3722 curtab->tp_lastwin = lastwin; in win_alloc_first()
3967 newtp->tp_firstwin = newtp->tp_lastwin = newtp->tp_curwin = curwin; in win_new_tabpage()
4190 tp->tp_lastwin = lastwin; in leave_tabpage()
4218 lastwin = tp->tp_lastwin; in enter_tabpage()
5271 lastwin = curtab->tp_lastwin = wp->w_prev; in win_remove()
5273 tp->tp_lastwin = wp->w_prev; in win_remove()
H A Dgui.c3779 curtab->tp_lastwin = lastwin; in get_tabline_label()
3785 lastwin = curtab->tp_lastwin; in get_tabline_label()
3798 lastwin = curtab->tp_lastwin; in get_tabline_label()
H A Dstructs.h3207 win_T *tp_lastwin; // last window in this Tab page member
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt21647 Solution: set tp_firstwin and tp_lastwin. (Jason Franklin, closes #2170)