Searched refs:BF_READERR (Results 1 – 3 of 3) sorted by relevance
328 curbuf->b_flags |= BF_READERR; in open_buffer()886 buf->b_flags &= ~BF_READERR; // a read error is no longer relevant in buf_freeall()3202 && ((buf->b_flags & BF_READERR) || !bufIsChanged(buf))) in buflist_list()3217 || (vim_strchr(eap->arg, 'x') && !(buf->b_flags & BF_READERR)) in buflist_list()3229 changed_char = (buf->b_flags & BF_READERR) ? 'x' in buflist_list()3704 (curbuf->b_flags & BF_READERR) ? _("[Read errors]") : "", in fileinfo()
739 #define BF_READERR 0x40 // got errors while reading the file macro746 #define BF_WRITE_MASK (BF_NOTEDITED + BF_NEW + BF_READERR)
2113 || (buf->b_flags & BF_READERR)) in check_overwrite()