Searched refs:A_REVERSE (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dconsole.c31 static int console_highlight_color = A_REVERSE;
H A Dhercules.c33 static int herc_highlight_color = A_REVERSE;
H A Dshared.h322 # define A_REVERSE 0x70 macro
331 /* In old BSD curses, A_NORMAL and A_REVERSE are not defined, so we
336 #ifndef A_REVERSE
338 # define A_REVERSE A_STANDOUT macro
340 # define A_REVERSE 0 macro
342 #endif /* ! A_REVERSE */
H A Dgraphics.c98 static int graphics_highlight_color = A_REVERSE;
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c226 (void) wattron(sysglobal_window, A_REVERSE);
231 (void) wattroff(sysglobal_window, A_REVERSE);
287 (void) wattron(process_window, A_REVERSE);
294 (void) wattroff(process_window, A_REVERSE);
318 (void) wattron(process_window, A_REVERSE);
331 (void) wattroff(process_window, A_REVERSE);
387 (void) wattron(taskbar, A_REVERSE);
393 (void) wattroff(taskbar, A_REVERSE);
476 (void) wattron(taskbar, A_REVERSE);
482 (void) wattroff(taskbar, A_REVERSE);
[all...]
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dslk_start.c159 (void) wattrset(win, A_REVERSE | A_DIM);
H A Dvidupdate.c225 newmode & A_REVERSE,
H A Dsetupterm.c62 A_REVERSE,
/illumos-gate/usr/src/cmd/avs/sdbc/
H A Dsd_stats.c430 (void) attroff(A_REVERSE);
433 (void) attron(A_REVERSE);
/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c312 (void) wattron(sw[SW_STATUS], A_REVERSE);
314 (void) wattroff(sw[SW_STATUS], A_REVERSE);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c156 (void) wattrset(sp->_slk._w, A_DIM|A_REVERSE);
/illumos-gate/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c744 (state == COLOR_STATE_HIGHLIGHT) ? A_REVERSE : A_NORMAL;
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h214 #define A_REVERSE 0x00040000U macro
228 #define A_REVERSE 0x00040000UL macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h204 #define A_REVERSE 0x00040000L macro

Completed in 267 milliseconds