Searched refs:st_to (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/vim-55/src/
H A Dfileio.c6581 struct stat st_to; local
6586 if (mch_stat((char *)to, &st_to) >= 0
6587 && st.st_dev == st_to.st_dev
6588 && st.st_ino == st_to.st_ino)

Completed in 76 milliseconds