Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c42 static int otherfile_buf(buf_T *buf, char_u *ffname, stat_T *stp);
45 static int otherfile_buf(buf_T *buf, char_u *ffname);
2546 if ((buf->b_flags & BF_DUMMY) == 0 && !otherfile_buf(buf, ffname in buflist_findname_stat()
3565 return otherfile_buf(curbuf, ffname in otherfile()
3573 otherfile_buf( in otherfile_buf() function