Home
last modified time | relevance | path

Searched refs:tp_firstwin (Results 1 – 13 of 13) sorted by relevance

/vim-8.2.3635/src/
H A Devalwindow.c44 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()
H A Dwindow.c2396 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 …]
H A Dgui.c3778 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()
H A Dglobals.h718 ? firstwin : (tp)->tp_firstwin; (wp); (wp) = (wp)->w_next)
726 ? firstwin : (tp)->tp_firstwin; (wp); (wp) = (wp)->w_next)
H A Dsession.c752 tab_firstwin = tp->tp_firstwin; in makeopens()
H A Devalvars.c4082 tp == curtab || tp->tp_firstwin == NULL ? firstwin in f_gettabvar()
4083 : tp->tp_firstwin, tp, TRUE) == OK) in f_gettabvar()
H A Dex_docmd.c6085 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()
H A Dstructs.h3206 win_T *tp_firstwin; // first window in this Tab page member
H A Dscreen.c4477 wp = tp->tp_firstwin; in draw_tabline()
H A Dif_py_both.h3954 return tabObject->tab->tp_firstwin; in get_firstwin()
H A Devalfunc.c9890 wp = (tp == curtab) ? firstwin : tp->tp_firstwin; in f_tabpagebuflist()
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt17788 Solution: Use "firstwin" instead of "tp_firstwin" for current tab.
H A Dversion8.txt21647 Solution: set tp_firstwin and tp_lastwin. (Jason Franklin, closes #2170)