Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_docmd.pro38 int before_quit_autocmds(win_T *wp, int quit_all, int forceit);
/vim-8.2.3635/src/
H A Dex_docmd.c5602 before_quit_autocmds(win_T *wp, int quit_all, int forceit) in before_quit_autocmds() argument
5614 if (quit_all || (check_more(FALSE, forceit) == OK && only_one_window())) in before_quit_autocmds()