/external/toybox/kconfig/lxdialog/ |
dialog.h | 39 * curses) uses the wbkgdset() function, not used in the original hack. 44 #undef wbkgdset macro 45 #define wbkgdset(w,p) /*nothing */ macro
|
textbox.c | 99 wbkgdset(box, dlg.dialog.atr & A_COLOR); 112 wbkgdset(dialog, dlg.dialog.atr & A_COLOR); 387 wbkgdset(win, dlg.position_indicator.atr & A_COLOR);
|
menubox.c | 219 wbkgdset(dialog, dlg.dialog.atr & A_COLOR);
|
/external/e2fsprogs/ext2ed/ |
win.c | 53 wbkgdset (show_win,A_REVERSE);werase (show_win);
|
/external/syslinux/gpxe/src/include/ |
curses.h | 427 //extern void wbkgdset ( WINDOW *, chtype ); 739 static inline int wbkgdset ( WINDOW *win, chtype ch ) { function
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
curses.h | [all...] |
ncurses.h | [all...] |
cursesw.h | [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
curses.h | [all...] |
ncurses.h | [all...] |
cursesw.h | [all...] |
/external/python/cpython2/Modules/ |
_cursesmodule.c | 604 wbkgdset(self->win, bkgd | attr); [all...] |