Searched defs:COLOR_MASK (Results 1 – 3 of 3) sorted by relevance
59 #define COLOR_MASK(ch) (~(attr_t)(((ch) & A_COLOR) ? A_COLOR : 0)) macro
55 #define COLOR_MASK(ch) (~(attr_t)(((ch) & A_COLOR) ? A_COLOR : 0)) macro
731 #define COLOR_MASK(size, pos) (((1 << size) - 1) << pos) in vbe_set_mode() macro