Home
last modified time | relevance | path

Searched refs:A_REVERSE (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c226 (void) wattron(sysglobal_window, A_REVERSE); in print_sysglobal()
287 (void) wattron(process_window, A_REVERSE); in print_empty_process_bar()
294 (void) wattroff(process_window, A_REVERSE); in print_empty_process_bar()
318 (void) wattron(process_window, A_REVERSE); in print_process()
331 (void) wattroff(process_window, A_REVERSE); in print_process()
387 (void) wattron(taskbar, A_REVERSE); in print_taskbar_process()
393 (void) wattroff(taskbar, A_REVERSE); in print_taskbar_process()
476 (void) wattron(taskbar, A_REVERSE); in print_taskbar_thread()
482 (void) wattroff(taskbar, A_REVERSE); in print_taskbar_thread()
515 (void) wattron(process_window, A_REVERSE); in print_thread()
[all …]
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dconsole.c31 static int console_highlight_color = A_REVERSE;
H A Dshared.h323 # define A_REVERSE 0x70 macro
337 #ifndef A_REVERSE
339 # define A_REVERSE A_STANDOUT macro
341 # define A_REVERSE 0 macro
H A Dhercules.c33 static int herc_highlight_color = A_REVERSE;
H A Dgraphics.c98 static int graphics_highlight_color = A_REVERSE;
/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c312 (void) wattron(sw[SW_STATUS], A_REVERSE); in pt_display_status_bar()
314 (void) wattroff(sw[SW_STATUS], A_REVERSE); in pt_display_status_bar()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dslk_start.c157 (void) wattrset(win, A_REVERSE | A_DIM); in _init_slk_func()
H A Dvidupdate.c223 newmode & A_REVERSE, in _change_video()
H A Dsetupterm.c60 A_REVERSE,
H A Dcurses.ed1359 #define A_REVERSE 000040000000
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c154 (void) wattrset(sp->_slk._w, A_DIM|A_REVERSE); in __m_slk_init()
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c744 (state == COLOR_STATE_HIGHLIGHT) ? A_REVERSE : A_NORMAL; in console_setcolorstate()
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h212 #define A_REVERSE 0x00040000U macro
226 #define A_REVERSE 0x00040000UL macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h202 #define A_REVERSE 0x00040000L macro
/illumos-gate/usr/src/grub/grub-0.97/
H A DChangeLog6800 [!A_REVERSE && A_STANDOUT] (A_REVERSE): Set to A_STANDOUT.
6801 [!A_REVERSE && !A_STANDOUT] (A_REVERSE): Set to zero.
8897 * shared_src/stage2.c (run_menu): Use A_REVERSE and A_NORMAL
8900 * shared_src/shared.h (A_REVERSE): Renamed from ATTR_INVERSE for