Searched defs:color_set (Results 1 - 6 of 6) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dcursesw.h153 #ifdef color_set
154 inline chtype UNDEF(color_set)(short p, void* opts) { return color_set(p, opts); } function
155 #undef color_set macro
156 #define color_set UNDEF(color_set) macro
1110 int color_set(short color_pair_number, void* opts=NULL) { function in class:NCursesWindow
H A Dcurses.h558 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */
1153 #define color_set(c,o) wcolor_set(stdscr,c,o) macro
H A Dncurses.h558 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */
1153 #define color_set(c,o) wcolor_set(stdscr,c,o) macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dcursesw.h153 #ifdef color_set
154 inline chtype UNDEF(color_set)(short p, void* opts) { return color_set(p, opts); } function
155 #undef color_set macro
156 #define color_set UNDEF(color_set) macro
1110 int color_set(short color_pair_number, void* opts=NULL) { function in class:NCursesWindow
H A Dcurses.h577 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */
1182 #define color_set(c,o) wcolor_set(stdscr,c,o) macro
H A Dncurses.h577 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */
1182 #define color_set(c,o) wcolor_set(stdscr,c,o) macro

Completed in 47 milliseconds