Searched refs:otherfile_buf (Results 1 – 1 of 1) sorted by relevance
42 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