Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvimtutor36 getout=no
37 mkdir $tmpdir || getout=yes
39 if test $getout = yes; then
H A Dmain.c769 getout(1); in vim_main2()
1529 getout(exitval); // exit Vim properly in getout_preserve_modified()
1539 getout(int exitval) in getout() function
2800 getout(1); in create_windows()
2860 getout(1); in create_windows()
2978 getout(1); in edit_buffers()
3616 getout(1); in check_swap_exists_action()
H A Dui.c1061 getout(0); in read_error_exit()
H A Devalvars.c206 getout(1); in evalvars_init()
2409 getout(1); in set_argv_var()
2414 getout(1); in set_argv_var()
H A Dnetbeans.c228 getout(1); in netbeans_connect()
459 getout(0); in nb_parse_cmd()
H A Dex_docmd.c3706 getout(1); in find_ex_command()
5697 getout(0); in ex_quit()
5714 getout(eap->addr_count > 0 ? (int)eap->line2 : EXIT_FAILURE); in ex_cquit()
5746 getout(0); in ex_quit_all()
6234 getout(0); in ex_exit()
H A Dos_win32.c7054 goto getout; in mch_access()
7066 goto getout; in mch_access()
7084 goto getout; in mch_access()
7089 getout: in mch_access()
H A Dmisc1.c2193 getout(1); in preserve_exit()
H A Dex_cmds.c2298 getout(0); // exit Vim in do_wqall()
H A Dgui.c880 getout(0); in gui_shell_closed()
H A Dgui_haiku.cc3255 getout(1); in gui_mch_prepare()
H A Dbuffer.c203 getout(2); in open_buffer()
H A Dmemline.c1235 getout(1); in ml_recover()
H A Dwindow.c2590 getout(0); in win_close()
H A Dos_unix.c1122 getout(1); in SIGDEFARG()
/vim-8.2.3635/src/proto/
H A Dmain.pro12 void getout(int exitval);
/vim-8.2.3635/src/testdir/
H A Dtest_vim9_script.vim797 throw "getout" # comment
827 assert_equal('getout', g:thrown_func)
830 assert_equal('getout', g:thrown_def)
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt24514 Solution: Add a ch_log() call in getout().