HomeSort by relevance Sort by last modified time
    Searched defs:color_set (Results 1 - 4 of 4) sorted by null

  /external/syslinux/gpxe/src/include/
curses.h 227 #define color_set( cpno, opts ) colour_set( (cpno), (opts) ) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 153 #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
    [all...]
curses.h 577 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */
1182 #define color_set macro
    [all...]
ncurses.h 577 extern NCURSES_EXPORT(int) color_set (short,void*); /* generated */
1182 #define color_set macro
    [all...]

Completed in 735 milliseconds