Searched refs:NONBLANK_ATTR (Results 1 – 2 of 2) sorted by relevance
439 (AttrOfD(ch) & ~(NONBLANK_ATTR | A_COLOR)) == BLANK_ATTR); in can_clear_with()677 #define SAFE(a) (!((a) & (attr_t)~NONBLANK_ATTR)) in doupdate()
906 #define NONBLANK_ATTR (A_NORMAL|A_BOLD|A_DIM|A_BLINK) macro