Home | History | Annotate | Download | only in include

Lines Matching refs:PAIR_NUMBER

702 extern NCURSES_EXPORT(int) PAIR_NUMBER (int);				/* generated */
1120 ? ((win)->_color = PAIR_NUMBER(at), \
1158 #define PAIR_NUMBER(a) (NCURSES_CAST(int,((NCURSES_CAST(unsigned long,a) & A_COLOR) >> NCURSES_ATTR_SHIFT)))
1276 (void)((p) != (void *)0 && (*(p) = (short)PAIR_NUMBER((win)->_attrs))), \