Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmemline.c248 static char_u *findswapname(buf_T *, char_u **, char_u *);
666 fname = findswapname(buf, &dirp, mfp->mf_fname); in ml_setname()
792 fname = findswapname(buf, &dirp, NULL); // allocates fname in ml_open_file()
4681 findswapname( in findswapname() function
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt12401 Solution: Let findswapname() set dirp to NULL if out of memory.