Searched refs:A_REVERSE (Results 1 – 16 of 16) sorted by relevance
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | display.c | 226 (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 D | console.c | 31 static int console_highlight_color = A_REVERSE;
|
H A D | shared.h | 322 # define A_REVERSE 0x70 macro 336 #ifndef A_REVERSE 338 # define A_REVERSE A_STANDOUT macro 340 # define A_REVERSE 0 macro
|
H A D | hercules.c | 33 static int herc_highlight_color = A_REVERSE;
|
H A D | graphics.c | 98 static int graphics_highlight_color = A_REVERSE;
|
/titanic_41/usr/src/cmd/avs/sdbc/ |
H A D | sd_stats.c | 430 (void) attroff(A_REVERSE); in checkbuf() 433 (void) attron(A_REVERSE); in checkbuf()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | slk_start.c | 159 (void) wattrset(win, A_REVERSE | A_DIM); in _init_slk_func()
|
H A D | vidupdate.c | 225 newmode & A_REVERSE, in _change_video()
|
H A D | setupterm.c | 62 A_REVERSE,
|
H A D | curses.ed | 1359 #define A_REVERSE 000040000000
|
/titanic_41/usr/src/cmd/powertop/common/ |
H A D | display.c | 312 (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 D | newterm.c | 156 (void) wattrset(sp->_slk._w, A_DIM|A_REVERSE); in __m_slk_init()
|
/titanic_41/usr/src/grub/grub-0.97/grub/ |
H A D | asmstub.c | 741 (state == COLOR_STATE_HIGHLIGHT) ? A_REVERSE : A_NORMAL; in console_setcolorstate()
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 214 #define A_REVERSE 0x00040000U macro 228 #define A_REVERSE 0x00040000UL macro
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 204 #define A_REVERSE 0x00040000L macro
|
/titanic_41/usr/src/grub/grub-0.97/ |
H A D | ChangeLog | 6800 [!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
|