Searched refs:win_enter (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | arglist.c | 1078 win_enter(lastwin, FALSE); in do_arg_all() 1173 win_enter(last_curwin, FALSE); in do_arg_all() 1179 win_enter(new_curwin, FALSE); in do_arg_all()
|
| H A D | popupmenu.c | 950 win_enter(curwin_save, TRUE); in pum_set_selected() 979 win_enter(curwin_save, TRUE); in pum_set_selected() 1001 win_enter(firstwin, TRUE); in pum_set_selected()
|
| H A D | popupwin.c | 2140 win_enter(wp, FALSE); in popup_create() 2226 win_enter(prevwin, FALSE); in back_to_prevwin() 2228 win_enter(firstwin, FALSE); in back_to_prevwin() 2253 win_enter(owp, FALSE); in popup_close_and_callback() 2261 win_enter(owp, FALSE); in popup_close_and_callback() 4276 win_enter(wp, FALSE); in popup_create_preview_window()
|
| H A D | window.c | 1698 win_enter(wp, TRUE); in win_exchange() 1886 win_enter(win1, FALSE); in win_move_after() 4402 win_enter(wp, TRUE); in goto_tabpage_win() 4501 win_enter(wp, TRUE); in win_goto() 4723 win_enter(win_T *wp, int undo_sync) in win_enter() function 4914 win_enter(wp, FALSE); in buf_jump_open_win()
|
| H A D | tag.c | 3672 win_enter(curwin_save, TRUE); in jumpto_tag() 3694 win_enter(curwin_save, TRUE); in jumpto_tag() 3702 win_enter(firstwin, TRUE); in jumpto_tag()
|
| H A D | main.c | 2955 win_enter(curwin->w_next, FALSE); in edit_buffers() 3019 win_enter(win, FALSE); in edit_buffers()
|
| H A D | help.c | 135 win_enter(wp, TRUE); in ex_help()
|
| H A D | search.c | 3904 win_enter(curwin_save, TRUE); in find_pattern_in_path() 3909 win_enter(firstwin, TRUE); in find_pattern_in_path()
|
| H A D | buffer.c | 5275 win_enter(lastwin, FALSE); in ex_buffer_all() 5369 win_enter(firstwin, FALSE); // back to first window in ex_buffer_all()
|
| H A D | mouse.c | 1749 win_enter(wp, TRUE); // can make wp invalid! in jump_to_mouse()
|
| H A D | terminal.c | 3381 win_enter(prevwin, FALSE); in term_after_channel_closed() 3453 win_enter(prevwin, FALSE); in may_close_term_popup()
|
| H A D | ex_docmd.c | 8708 win_enter(curwin_save, TRUE); in ex_pedit() 8714 win_enter(firstwin, TRUE); in ex_pedit()
|
| H A D | ex_cmds.c | 5152 win_enter(wp, undo_sync); in prepare_tagpreview()
|
| H A D | quickfix.c | 2860 win_enter(wp, TRUE); in jump_to_help_window()
|
| /vim-8.2.3635/src/proto/ |
| H A D | window.pro | 45 void win_enter(win_T *wp, int undo_sync);
|