Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/os/
H A Dsignal.c178 ml_sync_all(false, false, true); in on_signal()
/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dmemline.pro16 void ml_sync_all(int check_file, int check_char);
/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dmisc1.c849 ml_sync_all(false, false, true); // preserve all swap files in preserve_exit()
H A Dgetchar.c1414 ml_sync_all(idle, true, in updatescript()
H A Dmemline.c1705 void ml_sync_all(int check_file, int check_char, bool do_fsync) in ml_sync_all() function
/dports/editors/vim/vim-8.2.3745/src/
H A Dos_unix.c887 ml_sync_all(FALSE, FALSE); in SIGDEFARG()
1608 ml_sync_all(FALSE, FALSE); in x_error_handler()
7962 ml_sync_all(FALSE, FALSE); // preserve all swap files in xsmp_handle_save_yourself()
H A Dmisc1.c2185 ml_sync_all(FALSE, FALSE); // preserve all swap files in preserve_exit()
H A Dmain.c1525 ml_sync_all(FALSE, FALSE); // preserve all swap files in getout_preserve_modified()
H A Dgetchar.c1581 ml_sync_all(c == 0, TRUE); in updatescript()
H A Dgui_x11.c2948 ml_sync_all(FALSE, FALSE); // preserve all swap files in gui_x11_wm_protocol_handler()
H A Dgui_gtk_x11.c2195 ml_sync_all(FALSE, FALSE); // preserve all swap files in sm_client_save_yourself()
2410 ml_sync_all(FALSE, FALSE); // preserve all swap files in global_event_filter()
H A Dmemline.c2422 ml_sync_all(int check_file, int check_char) in ml_sync_all() function