Home
last modified time | relevance | path

Searched refs:tp_topframe (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c3719 first_tabpage->tp_topframe = topframe; in win_alloc_first()
3973 newtp->tp_topframe = topframe; in win_new_tabpage()
4219 topframe = tp->tp_topframe; in enter_tabpage()
4573 if (fr == tp->tp_topframe) in win_vert_neighbor()
4660 if (fr == tp->tp_topframe) in win_horz_neighbor()
6616 n = frame_minheight(tp->tp_topframe, NULL); in min_rows()
H A Dsession.c753 tab_topframe = tp->tp_topframe; in makeopens()
H A Devalwindow.c1052 get_framelayout(tp->tp_topframe, rettv->vval.v_list, TRUE); in f_winlayout()
H A Dscreen.c4459 if (tp->tp_topframe == topframe) in draw_tabline()
4464 if (tp->tp_topframe != topframe) in draw_tabline()
H A Dgui.c3783 topframe = curtab->tp_topframe; in get_tabline_label()
3796 topframe = curtab->tp_topframe; in get_tabline_label()
H A Dstructs.h3203 frame_T *tp_topframe; // topframe for the windows member
H A Dex_docmd.c6035 if (tp->tp_topframe != topframe) in ex_tabonly()