Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfileio.c629 stat_T swap_st; in readfile() local
631 if (mch_stat((char *)swap_fname, &swap_st) >= 0 in readfile()
632 && st.st_gid != swap_st.st_gid in readfile()