Searched refs:BF_WRITE_MASK (Results 1 – 3 of 3) sorted by relevance
923 buf->b_flags &= ~BF_WRITE_MASK; in buf_write()2441 buf->b_flags &= ~BF_WRITE_MASK; in buf_write()
746 #define BF_WRITE_MASK (BF_NOTEDITED + BF_NEW + BF_READERR) macro
3707 (curbufIsChanged() || (curbuf->b_flags & BF_WRITE_MASK) in fileinfo()