Searched refs:BF_DUMMY (Results 1 – 5 of 5) sorted by relevance
2207 buf->b_flags |= BF_DUMMY; in buflist_new()2546 if ((buf->b_flags & BF_DUMMY) == 0 && !otherfile_buf(buf, ffname in buflist_findname_stat()3357 if (!(buf->b_flags & BF_DUMMY)) in setfname()
6268 buf->b_flags &= ~BF_DUMMY; in vgr_process_files()6276 buf->b_flags &= ~BF_DUMMY; in vgr_process_files()6497 curbuf->b_flags &= ~BF_DUMMY; in load_dummy_buffer()6527 newbuf->b_flags |= BF_DUMMY; in load_dummy_buffer()
740 #define BF_DUMMY 0x80 // dummy buffer, only used internally macro
4922 && !(buf->b_flags & (BF_DUMMY | BF_NO_SEA))) in findswapname()
12441 Solution: Set the BF_DUMMY flag after loading a dummy buffer. Start