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...] |