Home
last modified time | relevance | path

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/
Dcursesw.h153 #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) {
Dcurses.h577 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */
1182 #define color_set(c,o) wcolor_set(stdscr,c,o) macro
Dncurses.h577 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 Ddisplay_Tearing.py97 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 Dexp-base.def38 color_set
H A Dcurses.h891 int color_set(short, void *);
H A DHISTORY806 - Macros: color_set(), mvhline(), mvvline(), mvwgetnstr(), mvwhline(),
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dattr.c214 int color_set(short color_pair, void *opts) in color_set() function
/aosp_15_r20/external/coreboot/payloads/coreinfo/
H A Dcoreinfo.c216 color_set(2, NULL); // White on black in print_no_modules_selected()
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/doc/
H A Dintro.txt238 For use with init_pair(), color_set(), etc.:
400 color_set attr
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h594 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */
1013 #define color_set(c,o) wcolor_set(stdscr,c,o) macro