Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dmemline.pro16 void ml_sync_all(int check_file, int check_char);
/vim-8.2.3635/src/
H A Dos_unix.c892 ml_sync_all(FALSE, FALSE); in SIGDEFARG()
1615 ml_sync_all(FALSE, FALSE); in x_error_handler()
7978 ml_sync_all(FALSE, FALSE); // preserve all swap files in xsmp_handle_save_yourself()
H A Dmisc1.c2184 ml_sync_all(FALSE, FALSE); // preserve all swap files in preserve_exit()
H A Dmain.c1527 ml_sync_all(FALSE, FALSE); // preserve all swap files in getout_preserve_modified()
H A Dgetchar.c1585 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.c2175 ml_sync_all(FALSE, FALSE); // preserve all swap files in sm_client_save_yourself()
2390 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