Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dex_docmd.c5496 check_more( in check_more() function
5614 if (quit_all || (check_more(FALSE, forceit) == OK && only_one_window())) in before_quit_autocmds()
5677 if (check_more(FALSE, eap->forceit) == OK && only_one_window()) in ex_quit()
5683 || check_more(TRUE, eap->forceit) == FAIL in ex_quit()
6218 if (check_more(FALSE, eap->forceit) == OK && only_one_window()) in ex_exit()
6226 || check_more(TRUE, eap->forceit) == FAIL in ex_exit()