Home
last modified time | relevance | path

Searched refs:first_tabpage (Results 1 – 18 of 18) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c2321 nexttp = first_tabpage; in close_windows()
2786 if (tp == first_tabpage) in win_close_othertab()
3717 if (first_tabpage == NULL) in win_alloc_first()
3720 curtab = first_tabpage; in win_alloc_first()
3952 first_tabpage = newtp; in win_new_tabpage()
4099 if (tab == first_tabpage) in close_tabpage()
4101 first_tabpage = tab->tp_next; in close_tabpage()
4102 ptp = first_tabpage; in close_tabpage()
4308 tp = first_tabpage; in goto_tabpage()
4432 if (curtab == first_tabpage) in tabpage_move()
[all …]
H A Dalloc.c375 if (first_tabpage != NULL && first_tabpage->tp_next != NULL) in free_all_mem()
532 if (first_tabpage != NULL) in free_all_mem()
534 free_tabpage(first_tabpage); in free_all_mem()
535 first_tabpage = NULL; in free_all_mem()
H A Darglist.c959 goto_tabpage_tp(first_tabpage, TRUE, TRUE); in do_arg_all()
1043 && (first_tabpage->tp_next == NULL || !had_tab)) in do_arg_all()
1063 tpnext = first_tabpage; // start all over... in do_arg_all()
H A Dsession.c708 if (p_stal == 1 && first_tabpage->tp_next != NULL) in makeopens()
730 if (first_tabpage->tp_next != NULL && put_line(fd, "tabrewind") == FAIL) in makeopens()
H A Dglobals.h715 #define FOR_ALL_TABPAGES(tp) for (tp = first_tabpage; tp != NULL; tp = tp->tp_next)
724 for ((tp) = first_tabpage; (tp) != NULL; (tp) = (tp)->tp_next) \
764 EXTERN tabpage_T *first_tabpage; variable
H A Dmain.c838 if (first_tabpage->tp_next != NULL) in vim_main2()
1579 for (tp = first_tabpage; tp != NULL; tp = next_tp) in getout()
1599 next_tp = first_tabpage; in getout()
H A Dex_cmds2.c499 tp = first_tabpage; in ex_listdo()
H A Dbuffer.c1392 && (!ONE_WINDOW || first_tabpage->tp_next != NULL)) in do_buffer_ext()
5237 goto_tabpage_tp(first_tabpage, TRUE, TRUE); in ex_buffer_all()
5255 tpnext = first_tabpage; // start all over... in ex_buffer_all()
H A Dex_docmd.c5983 if (first_tabpage->tp_next == NULL) in ex_tabclose()
6022 if (first_tabpage->tp_next == NULL) in ex_tabonly()
6044 if (first_tabpage->tp_next == NULL) in ex_tabonly()
6695 for (tp = first_tabpage; tp != NULL && !got_int; tp = tp->tp_next) in ex_tabs()
H A Dscreen.c4454 for (tp = first_tabpage; tp != NULL && col < Columns - 4; in draw_tabline()
4547 if (first_tabpage->tp_next != NULL) in draw_tabline()
H A Dedit.c4741 if (first_tabpage->tp_next != NULL) in ins_pageup()
4802 if (first_tabpage->tp_next != NULL) in ins_pagedown()
H A Dgui.c3714 || (p_stal == 1 && first_tabpage->tp_next == NULL)) in gui_has_tabline()
3882 if (event == TABLINE_MENU_CLOSE && first_tabpage->tp_next == NULL) in send_tabline_menu_event()
H A Dmouse.c506 if (first_tabpage->tp_next != NULL) in do_mouse()
H A Dif_py_both.h3829 tabpage_T *tp = first_tabpage; in TabListLength()
3846 for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, --n) in TabListItem()
H A Dgui_w32.c2466 if (first_tabpage->tp_next != NULL) in show_tabline_popup_menu()
2559 for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, ++nr) in gui_mch_update_tabline()
H A Dgui_motif.c3278 for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, ++nr) in gui_mch_update_tabline()
H A Dgui_haiku.cc5050 for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, ++nr) { in gui_mch_update_tabline()
H A Dgui_gtk_x11.c3262 for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, ++nr) in gui_mch_update_tabline()