Searched defs:bkgd (Results 1 – 7 of 7) sorted by relevance
138 int bkgd(chtype ch) in bkgd() function
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
520 chtype bkgd; in PyCursesWindow_Bkgd() local578 chtype bkgd; in PyCursesWindow_BkgdSet() local
969 chtype bkgd; in _curses_window_bkgd_impl() local1042 chtype bkgd; in _curses_window_bkgdset_impl() local
1007 #define bkgd(ch) wbkgd(stdscr,ch) macro