Home
last modified time | relevance | path

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

/external/coreboot/payloads/libpayload/curses/PDCurses/pdcurses/
Dbkgd.c138 int bkgd(chtype ch) in bkgd() function
/external/python/cpython3/Modules/
D_cursesmodule.c965 chtype bkgd; in _curses_window_bkgd_impl() local
1038 chtype bkgd; in _curses_window_bkgdset_impl() local
/external/coreboot/payloads/libpayload/curses/
Dcurses.h1007 #define bkgd(ch) wbkgd(stdscr,ch) macro