Home
last modified time | relevance | path

Searched refs:swap_fname (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dfileio.c618 char_u *swap_fname = curbuf->b_ml.ml_mfp->mf_fname; in readfile() local
631 if (mch_stat((char *)swap_fname, &swap_st) >= 0 in readfile()
641 (void)mch_setperm(swap_fname, (long)swap_mode); in readfile()
H A Dmemline.c1113 swapfile_process_running(ZERO_BL *b0p, char_u *swap_fname UNUSED) in swapfile_process_running()
1121 if (mch_stat((char *)swap_fname, &st) != -1 in swapfile_process_running()