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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 223 inline void attrset(attr_t attrs) { function in class:Soft_Label_Key_Set
cursesw.h 87 #ifdef attrset
88 inline chtype UNDEF(attrset)(chtype at) { return attrset(at); } function
89 #undef attrset macro
90 #define attrset UNDEF(attrset) macro
996 int attrset(chtype at) { return ::wattrset(w, static_cast<int>(at)); } function in class:NCursesWindow
    [all...]
curses.h 526 extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */
1012 #define attrset macro
    [all...]
ncurses.h 526 extern NCURSES_EXPORT(int) attrset (NCURSES_ATTR_T); /* generated */
1012 #define attrset macro
    [all...]

Completed in 210 milliseconds