Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemline.c4697 FILE *dummyfd = NULL; in findswapname() local
4724 dummyfd = mch_fopen((char *)buf_fname, "w"); in findswapname()
4993 if (dummyfd != NULL) in findswapname()
4995 fclose(dummyfd); in findswapname()
4996 dummyfd = NULL; in findswapname()
5127 dummyfd = mch_fopen((char *)buf_fname, "w"); in findswapname()
5155 if (dummyfd != NULL) // file has been created temporarily in findswapname()
5157 fclose(dummyfd); in findswapname()