Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dwindow.c44 static int win_enter_ext(win_T *wp, int flags);
1343 (void)win_enter_ext(wp, WEE_TRIGGER_NEW_AUTOCMDS in win_split_ins()
2672 win_enter_ext(wp, in win_close()
4224 (void)win_enter_ext(tp->tp_curwin, WEE_CURWIN_INVALID in enter_tabpage()
4725 (void)win_enter_ext(wp, (undo_sync ? WEE_UNDO_SYNC : 0) in win_enter()
4736 win_enter_ext(win_T *wp, int flags) in win_enter_ext() function