Searched defs:bkgd (Results 1 – 3 of 3) sorted by relevance
96 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); } in UNDEF() argument98 #define bkgd UNDEF(bkgd) macro1132 int bkgd(const chtype ch) { return ::wbkgd(w, ch); } in bkgd() function
1176 #define bkgd(ch) wbkgd(stdscr,ch) macro