Home | History | Annotate | Download | only in include

Lines Matching refs:bkgd

671 #ifdef bkgd
672 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); }
673 #undef bkgd
674 #define bkgd UNDEF(bkgd)
1021 int bkgd(const chtype ch) { return ::wbkgd(w, ch); }