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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesw.h 204 #ifdef getattrs
205 inline int UNDEF(getattrs)(WINDOW *win) { return getattrs(win); } function
206 #undef getattrs macro
207 #define getattrs UNDEF(getattrs) macro
1107 chtype attrget() { return ::getattrs(w); }
    [all...]
curses.h 1100 #define getattrs macro
    [all...]
ncurses.h 1100 #define getattrs macro
    [all...]

Completed in 99 milliseconds