Searched refs:color_set (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/ |
D | cursesw.h | 153 #ifdef color_set 154 inline chtype UNDEF(color_set)(short p, void* opts) { return color_set(p, opts); } in UNDEF() argument 155 #undef color_set 156 #define color_set UNDEF(color_set) macro 1110 int color_set(short color_pair_number, void* opts=NULL) {
|
D | curses.h | 577 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */ 1182 #define color_set(c,o) wcolor_set(stdscr,c,o) macro
|
D | ncurses.h | 577 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */ 1182 #define color_set(c,o) wcolor_set(stdscr,c,o) macro
|
/aosp_15_r20/external/autotest/server/site_tests/display_Tearing/ |
H A D | display_Tearing.py | 97 color_set = set(color_sequence+[self.INITIAL_BACKGROUND_COLOR]) 98 for color in color_set:
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/ |
H A D | exp-base.def | 38 color_set
|
H A D | curses.h | 891 int color_set(short, void *);
|
H A D | HISTORY | 806 - Macros: color_set(), mvhline(), mvvline(), mvwgetnstr(), mvwhline(),
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/ |
H A D | attr.c | 214 int color_set(short color_pair, void *opts) in color_set() function
|
/aosp_15_r20/external/coreboot/payloads/coreinfo/ |
H A D | coreinfo.c | 216 color_set(2, NULL); // White on black in print_no_modules_selected()
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/doc/ |
H A D | intro.txt | 238 For use with init_pair(), color_set(), etc.: 400 color_set attr
|
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/ |
H A D | curses.h | 594 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */ 1013 #define color_set(c,o) wcolor_set(stdscr,c,o) macro
|