Home
last modified time | relevance | path

Searched defs:bkgd (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
H A Dbkgd.c138 int bkgd(chtype ch) in bkgd() function
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/
Dcursesw.h96 inline int UNDEF(bkgd)(chtype ch) { return bkgd(ch); } in UNDEF() argument
98 #define bkgd UNDEF(bkgd) macro
1132 int bkgd(const chtype ch) { return ::wbkgd(w, ch); } in bkgd() function
Dcurses.h1176 #define bkgd(ch) wbkgd(stdscr,ch) macro
Dncurses.h1176 #define bkgd(ch) wbkgd(stdscr,ch) macro
/aosp_15_r20/external/python/cpython2/Modules/
D_cursesmodule.c520 chtype bkgd; in PyCursesWindow_Bkgd() local
578 chtype bkgd; in PyCursesWindow_BkgdSet() local
/aosp_15_r20/external/python/cpython3/Modules/
D_cursesmodule.c969 chtype bkgd; in _curses_window_bkgd_impl() local
1042 chtype bkgd; in _curses_window_bkgdset_impl() local
/aosp_15_r20/external/coreboot/payloads/libpayload/curses/
H A Dcurses.h1007 #define bkgd(ch) wbkgd(stdscr,ch) macro