Home | History | Annotate | Download | only in include

Lines Matching refs:PAIR_NUMBER

683 extern NCURSES_EXPORT(int) PAIR_NUMBER (int);				/* generated */
1096 #define wattrset(win,at) ((win)->_color = PAIR_NUMBER(at), \
1129 #define PAIR_NUMBER(a) (NCURSES_CAST(int,(((a) & A_COLOR) >> NCURSES_ATTR_SHIFT)))
1247 (void)((p) != (void *)0 && (*(p) = PAIR_NUMBER((win)->_attrs))), \