HomeSort by relevance Sort by last modified time
    Searched refs:A_REVERSE (Results 1 - 10 of 10) sorted by null

  /external/grub/stage2/
console.c 31 static int console_highlight_color = A_REVERSE;
hercules.c 33 static int herc_highlight_color = A_REVERSE;
shared.h 298 # define A_REVERSE 0x70
307 /* In old BSD curses, A_NORMAL and A_REVERSE are not defined, so we
312 #ifndef A_REVERSE
314 # define A_REVERSE A_STANDOUT
316 # define A_REVERSE 0
318 #endif /* ! A_REVERSE */
  /external/e2fsprogs/ext2ed/
file_com.c 276 wattrset (show_pad,A_REVERSE);
292 wattrset (show_pad,A_REVERSE);
343 wattrset (show_pad,A_REVERSE);
blockbitmap_com.c 223 wattrset (show_pad,A_REVERSE);
inodebitmap_com.c 173 wattrset (show_pad,A_REVERSE);
dir_com.c 459 wattrset (show_pad,A_REVERSE);
646 wattrset (show_pad,A_REVERSE);
win.c 52 wbkgdset (show_win,A_REVERSE);werase (show_win);
general_com.c 633 wattrset (show_pad,A_REVERSE);
645 wattrset (show_pad,A_REVERSE);
  /external/grub/grub/
asmstub.c 739 (state == COLOR_STATE_HIGHLIGHT) ? A_REVERSE : A_NORMAL;

Completed in 2955 milliseconds