Home
last modified time | relevance | path

Searched refs:attr_clear (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h209 void attr_clear(WINDOW * win, int height, int width, chtype attr);
H A Dutil.c230 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() function
250 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
H A Dtextbox.c125 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Ddialog.h221 void attr_clear(WINDOW * win, int height, int width, chtype attr);
H A Dutil.c242 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() function
262 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
H A Dtextbox.c137 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Ddialog.h202 void attr_clear(WINDOW * win, int height, int width, chtype attr);
H A Dutil.c229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() function
249 attr_clear(stdscr, lines, columns, dlg.screen.atr); in dialog_clear()
H A Dtextbox.c124 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()