Searched refs:tp_next (Results 1 – 19 of 19) sorted by relevance
2311 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 …]
708 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()
507 for( ; tp != NULL && i + 1 < eap->line1; tp = tp->tp_next) in ex_listdo()591 tp = tp->tp_next; in ex_listdo()
838 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()
962 tpnext = curtab->tp_next; in do_arg_all()1043 && (first_tabpage->tp_next == NULL || !had_tab)) in do_arg_all()
375 if (first_tabpage != NULL && first_tabpage->tp_next != NULL) in free_all_mem()
715 #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) \
5983 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()
4455 tp = tp->tp_next) in draw_tabline()4547 if (first_tabpage->tp_next != NULL) in draw_tabline()
4741 if (first_tabpage->tp_next != NULL) in ins_pageup()4802 if (first_tabpage->tp_next != NULL) in ins_pagedown()
3714 || (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()
1392 && (!ONE_WINDOW || first_tabpage->tp_next != NULL)) in do_buffer_ext()5240 tpnext = curtab->tp_next; in ex_buffer_all()
506 if (first_tabpage->tp_next != NULL) in do_mouse()
3202 tabpage_T *tp_next; // next tabpage or NULL member
3835 tp = tp->tp_next; in TabListLength()3846 for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, --n) in TabListItem()
2466 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()
3278 for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, ++nr) in gui_mch_update_tabline()
5050 for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, ++nr) { in gui_mch_update_tabline()
3262 for (tp = first_tabpage; tp != NULL; tp = tp->tp_next, ++nr) in gui_mch_update_tabline()