Searched refs:COLOR_PAIR (Results 1 – 19 of 19) sorted by relevance
67 #undef COLOR_PAIR70 COLOR_PAIR(int co) in COLOR_PAIR() function
191 ch |= COLOR_PAIR(cc->_co) | mb[0]; in __m_cc_chtype()
290 (void) wattrset(sw[SW_TITLE], COLOR_PAIR(PT_COLOR_HEADER_BAR)); in pt_display_title_bar()291 (void) wbkgd(sw[SW_TITLE], COLOR_PAIR(PT_COLOR_HEADER_BAR)); in pt_display_title_bar()575 (void) wbkgd(sw[SW_WAKEUPS], COLOR_PAIR(PT_COLOR_RED)); in pt_display_wakeups()613 (void) wbkgd(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT)); in pt_display_events()614 (void) wattron(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT)); in pt_display_events()
91 (COLOR_PAIR)(short co) in chtype() argument
183 ch |= COLOR_PAIR(cc->_co) | mb[0];
689 (void) wattrset(titlebar, COLOR_PAIR(LT_COLOR_HEADER)); in print_title()690 (void) wbkgd(titlebar, COLOR_PAIR(LT_COLOR_HEADER)); in print_title()703 (void) wattrset(hintbar, COLOR_PAIR(LT_COLOR_HEADER)); in print_title()704 (void) wbkgd(hintbar, COLOR_PAIR(LT_COLOR_HEADER)); in print_title()
83 chtype new_pair = COLOR_PAIR(pair); in init_pair()
1377 #define COLOR_PAIR(n) ((n) << 15)
91 COLOR_PAIR;
93 COLOR_PAIR;
141 COLOR_PAIR.3xcurses \486 COLOR_PAIR.3xcurses := LINKSRC = can_change_color.3xcurses
444 extern chtype COLOR_PAIR(short);879 #define COLOR_PAIR(n) ((chtype)(n)<<__COLOR_SHIFT) macro
393 extern int COLOR_PAIR(int);815 #define COLOR_PAIR(n) ((chtype)(n) << __COLOR_SHIFT) macro
114 chtype COLOR_PAIR(short);
114 int COLOR_PAIR(int);
137 link path=usr/share/man/man3xcurses/COLOR_PAIR.3xcurses \
7842 usr/src/man/man3xcurses/COLOR_PAIR.3xcurses