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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursesw.h 665 #ifdef getbkgd
666 inline chtype UNDEF(getbkgd)(const WINDOW *win) { return getbkgd(win); } function
667 #undef getbkgd macro
668 #define getbkgd UNDEF(getbkgd) macro
1018 chtype getbkgd() const { return ::getbkgd(w); } function in class:NCursesWindow
    [all...]
curses.h 567 extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */
1100 #define getbkgd macro
    [all...]
ncurses.h 567 extern NCURSES_EXPORT(chtype) getbkgd (WINDOW *); /* generated */
1100 #define getbkgd macro
    [all...]

Completed in 435 milliseconds