/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);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 64 stdscr.bkgd(' ', curses.A_REVERSE) 66 stdscr.bkgdset(' ', curses.A_REVERSE)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_curses.py | 64 stdscr.bkgd(' ', curses.A_REVERSE) 66 stdscr.bkgdset(' ', curses.A_REVERSE)
|
/external/grub/grub/ |
asmstub.c | 739 (state == COLOR_STATE_HIGHLIGHT) ? A_REVERSE : A_NORMAL;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
curses.h | 201 #define WA_REVERSE A_REVERSE [all...] |
ncurses.h | 201 #define WA_REVERSE A_REVERSE [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
curses.h | 201 #define WA_REVERSE A_REVERSE [all...] |
ncurses.h | 201 #define WA_REVERSE A_REVERSE [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
curses.h | 201 #define WA_REVERSE A_REVERSE [all...] |
ncurses.h | 201 #define WA_REVERSE A_REVERSE [all...] |