Home
last modified time | relevance | path

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

/external/toybox/kconfig/lxdialog/
Ddialog.h193 void attr_clear(WINDOW * win, int height, int width, chtype attr);
Dutil.c239 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() function
254 attr_clear(stdscr, LINES, COLS, dlg.screen.atr); in dialog_clear()
Dtextbox.c122 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
/external/u-boot/scripts/kconfig/lxdialog/
Ddialog.h208 void attr_clear(WINDOW * win, int height, int width, chtype attr);
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()
Dtextbox.c124 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()