Home
last modified time | relevance | path

Searched refs:COLOR_PAIR (Results 1 – 14 of 14) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dattron.c65 #undef COLOR_PAIR
68 COLOR_PAIR(int co) in COLOR_PAIR() function
H A Dm_cc.c189 ch |= COLOR_PAIR(cc->_co) | mb[0]; in __m_cc_chtype()
/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c290 (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()
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c689 (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()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dattron.c89 (COLOR_PAIR)(short co) in chtype() argument
H A Dm_cc.c181 ch |= COLOR_PAIR(cc->_co) | mb[0];
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dinit_pair.c81 chtype new_pair = COLOR_PAIR(pair); in init_pair()
H A Dcurses.ed1377 #define COLOR_PAIR(n) ((n) << 15)
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers91 COLOR_PAIR;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers93 COLOR_PAIR;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile141 COLOR_PAIR.3xcurses \
486 COLOR_PAIR.3xcurses := LINKSRC = can_change_color.3xcurses
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h442 extern chtype COLOR_PAIR(short);
877 #define COLOR_PAIR(n) ((chtype)(n)<<__COLOR_SHIFT) macro
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h391 extern int COLOR_PAIR(int);
813 #define COLOR_PAIR(n) ((chtype)(n) << __COLOR_SHIFT) macro
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc19 link path=usr/share/man/man3xcurses/COLOR_PAIR.3xcurses \