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

  /external/syslinux/gpxe/src/hci/mucurses/
winattrs.c 52 int wattrset ( WINDOW *win, int attrs ) { function
112 wattrset( win, attrs | COLOUR_PAIR ( cpair ) );
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesw.h 700 #ifdef wattrset
701 inline int UNDEF(wattrset)(WINDOW *win, int att) { return wattrset(win, att); } function
702 #undef wattrset macro
703 #define wattrset UNDEF(wattrset) macro
1104 int attrset(chtype at) { return ::wattrset(w, static_cast<int>(at)); }
    [all...]
curses.h 755 extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated *
1096 #define wattrset macro
1099 #define wattrset macro
    [all...]
ncurses.h 755 extern NCURSES_EXPORT(int) wattrset (WINDOW *, int); /* generated *
1096 #define wattrset macro
1099 #define wattrset macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 700 #ifdef wattrset
701 inline int UNDEF(wattrset)(WINDOW *win, int att) { return wattrset(win, att); } function
702 #undef wattrset macro
703 #define wattrset UNDEF(wattrset) macro
1104 int attrset(chtype at) { return ::wattrset(w, static_cast<int>(at)); }
    [all...]
curses.h 1119 #define wattrset macro
1125 #define wattrset macro
    [all...]
ncurses.h 1119 #define wattrset macro
1125 #define wattrset macro
    [all...]

Completed in 1844 milliseconds