Home
last modified time | relevance | path

Searched refs:firstwin (Results 1 – 25 of 33) sorted by relevance

12

/vim-8.2.3635/src/
H A Devalwindow.c30 wp = firstwin; in win_getid()
42 wp = 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()
1313 win_goto(firstwin); in restore_win_noblock()
H A Dwindow.c379 win_goto(firstwin); in do_window()
864 oldwin = firstwin; in win_split_ins()
2302 wp = firstwin; in close_windows()
2637 wp = firstwin; in win_close()
2853 while (firstwin != NULL) in win_free_all()
3641 nextwp = firstwin; in close_others()
3653 nextwp = firstwin; in close_others()
4189 tp->tp_firstwin = firstwin; in leave_tabpage()
4193 firstwin = NULL; in leave_tabpage()
5237 before = firstwin; in win_append()
[all …]
H A Dmain.c377 diff_win_options(firstwin, FALSE); in VimMain()
2783 else if (firstwin->w_next == NULL) in create_windows()
2823 curwin = firstwin; in create_windows()
2883 curwin = firstwin; in create_windows()
2962 if (curbuf == firstwin->w_buffer || curbuf->b_ffname == NULL) in edit_buffers()
3006 win = firstwin; in edit_buffers()
3014 win = firstwin; in edit_buffers()
H A Dglobals.h707 EXTERN win_T *firstwin; // first window variable
710 #define ONE_WINDOW (firstwin == lastwin)
712 #define FOR_ALL_WINDOWS(wp) for (wp = firstwin; wp != NULL; wp = wp->w_next)
718 ? firstwin : (tp)->tp_firstwin; (wp); (wp) = (wp)->w_next)
726 ? firstwin : (tp)->tp_firstwin; (wp); (wp) = (wp)->w_next)
H A Darglist.c963 for (wp = firstwin; wp != NULL; wp = wpnext) in do_arg_all()
1037 wpnext = firstwin; // start all over... in do_arg_all()
1051 wpnext = firstwin; // start all over... in do_arg_all()
H A Dgui.c3227 && Y_2_ROW(y) >= topframe->fr_height + firstwin->w_winrow in gui_send_mouse_event()
3689 if (firstwin->w_winrow != tabline_height()) in gui_init_which_components()
3778 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()
4069 for (wp = firstwin; wp != sb->wp && wp != NULL; wp = wp->w_next) in gui_drag_scrollbar()
4450 for (wp = firstwin, i = 0; i < current_scrollbar; wp = W_NEXT(wp), i++) in gui_do_scroll()
H A Dbeval.c263 for (cw = firstwin; cw != wp; cw = cw->w_next) in general_beval_cb()
H A Dsession.c719 tab_firstwin = firstwin; // first window in tab page "tabnr" in makeopens()
747 tab_firstwin = firstwin; in makeopens()
H A Dmouse.c453 if (mouse_row == 0 && firstwin->w_winrow > 0) in do_mouse()
2771 || (mouse_row == 0 && firstwin->w_winrow > 0)) in check_termcode_mouse()
2994 *rowp -= firstwin->w_winrow; in mouse_find_win()
H A Dversion.c8514 && firstwin->w_next == NULL in maybe_intro_message()
H A Ddrawscreen.c271 for (wwp = firstwin; wwp != wp; wwp = wwp->w_next) in update_screen()
1777 if (win_ins_lines(wp, 0, i, FALSE, wp == firstwin) == OK) in win_update()
1847 if (win_del_lines(wp, 0, row, FALSE, wp == firstwin, 0) in win_update()
H A Dex_cmds2.c498 wp = firstwin; in ex_listdo()
H A Dif_mzsch.c1884 win_T *w = firstwin; in get_window_list()
1946 for (wp = firstwin; wp != win; wp = wp->w_next) in get_window_num()
1959 win_T *win = firstwin; in get_window_by_num()
H A Dbuffer.c5241 for (wp = firstwin; wp != NULL; wp = wpnext) in ex_buffer_all()
5249 || (had_tab > 0 && wp != firstwin)) && !ONE_WINDOW in ex_buffer_all()
5253 wpnext = firstwin; // just in case an autocommand does in ex_buffer_all()
5369 win_enter(firstwin, FALSE); // back to first window in ex_buffer_all()
H A Dif_lua.c2107 for (win = firstwin; win != NULL; win = win->w_next, n--) in luaV_window()
2111 win = (lua_toboolean(L, 1)) ? firstwin : curwin; // first window? in luaV_window()
H A Dex_docmd.c5655 for (wp = firstwin; wp->w_next != NULL; wp = wp->w_next) in ex_quit()
6115 for (wp = firstwin; --wnr > 0; ) in ex_only()
6704 wp = firstwin; in ex_tabs()
6752 for (wp = firstwin; wp->w_next != NULL && --n > 0; wp = wp->w_next) in ex_resize()
8714 win_enter(firstwin, TRUE); in ex_pedit()
H A Dif_py_both.h3952 return firstwin; in get_firstwin()
3957 return firstwin; in get_firstwin()
4134 int w = get_win_number(self->win, firstwin); in WindowRepr()
5610 count = get_win_number(((WindowObject *)(valObject))->win, firstwin); in CurrentSetattr()
H A Dpopupmenu.c1001 win_enter(firstwin, TRUE); in pum_set_selected()
H A Dscreen.c2984 win_rest_invalid(firstwin); in screenclear2()
4472 wp = firstwin; in draw_tabline()
H A Dif_ruby.c1666 for (w = firstwin; w != NULL; w = w->w_next, --n) in window_s_aref()
H A Dgui_gtk_x11.c2631 sbar = firstwin->w_scrollbars[SBAR_LEFT].id; in drawarea_realize_cb()
2633 && firstwin->w_scrollbars[SBAR_RIGHT].id)) in drawarea_realize_cb()
2634 sbar = firstwin->w_scrollbars[SBAR_RIGHT].id; in drawarea_realize_cb()
H A Dautocmd.c1592 curwin = firstwin; in aucmd_restbuf()
H A Dgetchar.c2124 for (wp = firstwin; wp != win && wp != NULL; in getchar_common()
H A Dterminal.c1913 *wp = firstwin; in for_all_windows_and_curwin()
3748 for (twp = firstwin; ; twp = twp->w_next) in term_update_window()
H A Dtag.c3702 win_enter(firstwin, TRUE); in jumpto_tag()

12