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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursslk.h 218 inline void attroff(attr_t attrs) { function in class:Soft_Label_Key_Set
cursesw.h 77 #ifdef attroff
78 inline int UNDEF(attroff)(chtype at) { return attroff(at); } function
79 #undef attroff macro
80 #define attroff UNDEF(attroff) macro
1101 int attroff(chtype at) { return ::wattroff(w, static_cast<int>(at)); } function in class:NCursesWindow
    [all...]
curses.h 537 extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */
1140 #define attroff macro
    [all...]
ncurses.h 537 extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */
1140 #define attroff macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursslk.h 218 inline void attroff(attr_t attrs) { function in class:Soft_Label_Key_Set
cursesw.h 77 #ifdef attroff
78 inline int UNDEF(attroff)(chtype at) { return attroff(at); } function
79 #undef attroff macro
80 #define attroff UNDEF(attroff) macro
1101 int attroff(chtype at) { return ::wattroff(w, static_cast<int>(at)); } function in class:NCursesWindow
    [all...]
curses.h 556 extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */
1169 #define attroff macro
    [all...]
ncurses.h 556 extern NCURSES_EXPORT(int) attroff (NCURSES_ATTR_T); /* generated */
1169 #define attroff macro
    [all...]
  /external/syslinux/gpxe/src/include/
curses.h 206 //extern int attroff ( int );
494 static inline int attroff ( int attrs ) { function

Completed in 243 milliseconds