Home | History | Annotate | Download | only in include

Lines Matching refs:A_COLOR

1030 #define A_COLOR		NCURSES_BITS(((1UL) << 8) - 1UL,0)
1158 #define PAIR_NUMBER(a) (NCURSES_CAST(int,((NCURSES_CAST(unsigned long,a) & A_COLOR) >> NCURSES_ATTR_SHIFT)))
1267 #define wattr_set(win,a,p,opts) ((win)->_attrs = ((a) & ~A_COLOR), \
1274 #define wattr_set(win,a,p,opts) ((win)->_attrs = (((a) & ~A_COLOR) | (attr_t)COLOR_PAIR(p)), OK)