Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dex_cmds2.pro8 int check_changed_any(int hidden, int unload);
/vim-8.2.3635/src/
H A Dex_cmds2.c270 check_changed_any( in check_changed_any() function
H A Dex_docmd.c5684 || (only_one_window() && check_changed_any(eap->forceit, TRUE))) in ex_quit()
5745 if (eap->forceit || !check_changed_any(FALSE, FALSE)) in ex_quit_all()
6227 || (only_one_window() && check_changed_any(eap->forceit, FALSE))) in ex_exit()
H A Dgui.c879 if (!check_changed_any(FALSE, FALSE)) in gui_shell_closed()
H A Dos_unix.c7936 if (check_changed_any(FALSE, FALSE)) in xsmp_handle_interaction()
H A Dgui_gtk_x11.c2134 shutdown_cancelled = check_changed_any(FALSE, FALSE); in sm_client_check_changed_any()