Home
last modified time | relevance | path

Searched refs:tp_next (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Dwindow.c2311 nexttp = tp->tp_next; in close_windows()
2798 ptp->tp_next = tp->tp_next; in win_close_othertab()
3100 for (tp = first_tabpage; tp->tp_next != curtab; tp = tp->tp_next) in alt_tabpage()
3964 newtp->tp_next = tp->tp_next; in win_new_tabpage()
4110 ptp->tp_next = tab->tp_next; in close_tabpage()
4319 for (tp = first_tabpage; tp->tp_next != ttp && tp->tp_next != NULL; in goto_tabpage()
4320 tp = tp->tp_next) in goto_tabpage()
4328 for (tp = first_tabpage; tp->tp_next != NULL; tp = tp->tp_next) in goto_tabpage()
4422 for (tp = first_tabpage; tp->tp_next != NULL && n < nr; tp = tp->tp_next) in tabpage_move()
4441 tp->tp_next = curtab->tp_next; in tabpage_move()
[all …]
H A Dsession.c708 if (p_stal == 1 && first_tabpage->tp_next != NULL) in makeopens()
728 if (tp->tp_next != NULL && put_line(fd, "tabnew") == FAIL) in makeopens()
730 if (first_tabpage->tp_next != NULL && put_line(fd, "tabrewind") == FAIL) in makeopens()
H A Dex_cmds2.c507 for( ; tp != NULL && i + 1 < eap->line1; tp = tp->tp_next) in ex_listdo()
591 tp = tp->tp_next; in ex_listdo()
H A Dmain.c838 if (first_tabpage->tp_next != NULL) in vim_main2()
1581 next_tp = tp->tp_next; in getout()
2827 if (curtab->tp_next == NULL) in create_windows()
2936 if (curtab->tp_next == NULL) // just checking in edit_buffers()
H A Darglist.c962 tpnext = curtab->tp_next; in do_arg_all()
1043 && (first_tabpage->tp_next == NULL || !had_tab)) in do_arg_all()
H A Dalloc.c375 if (first_tabpage != NULL && first_tabpage->tp_next != NULL) in free_all_mem()
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) \
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.c4455 tp = tp->tp_next) 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 Dbuffer.c1392 && (!ONE_WINDOW || first_tabpage->tp_next != NULL)) in do_buffer_ext()
5240 tpnext = curtab->tp_next; in ex_buffer_all()
H A Dmouse.c506 if (first_tabpage->tp_next != NULL) in do_mouse()
H A Dstructs.h3202 tabpage_T *tp_next; // next tabpage or NULL member
H A Dif_py_both.h3835 tp = tp->tp_next; 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()