Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/latencytop/common/
H A Ddisplay.c226 (void) wattron(sysglobal_window, A_REVERSE); in print_sysglobal()
231 (void) wattroff(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()
[all …]
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dconsole.c31 static int console_highlight_color = A_REVERSE;
H A Dshared.h322 # define A_REVERSE 0x70 macro
336 #ifndef A_REVERSE
338 # define A_REVERSE A_STANDOUT macro
340 # 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;
/titanic_41/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c430 (void) attroff(A_REVERSE); in checkbuf()
433 (void) attron(A_REVERSE); in checkbuf()
/titanic_41/usr/src/lib/libcurses/screen/
H A Dslk_start.c159 (void) wattrset(win, A_REVERSE | A_DIM); in _init_slk_func()
H A Dvidupdate.c225 newmode & A_REVERSE, in _change_video()
H A Dsetupterm.c62 A_REVERSE,
H A Dcurses.ed1359 #define A_REVERSE 000040000000
/titanic_41/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()
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c156 (void) wattrset(sp->_slk._w, A_DIM|A_REVERSE); in __m_slk_init()
/titanic_41/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c741 (state == COLOR_STATE_HIGHLIGHT) ? A_REVERSE : A_NORMAL; in console_setcolorstate()
/titanic_41/usr/src/lib/libxcurses2/h/
H A Dcurses.h214 #define A_REVERSE 0x00040000U macro
228 #define A_REVERSE 0x00040000UL macro
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h204 #define A_REVERSE 0x00040000L macro
/titanic_41/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