Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Doption.h595 EXTERN int p_fs; // 'fsync' variable
H A Dbufwrite.c2181 if (p_fs && vim_fsync(fd) != 0 && !device) in buf_write()
H A Dfilepath.c2233 int do_fsync = p_fs; in f_writefile()
H A Dundo.c1790 if (p_fs && fflush(fp) == 0 && vim_fsync(fd) != 0) in u_write_undo()
H A Doptiondefs.h1121 (char_u *)&p_fs, PV_NONE,