Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/scripts/kconfig/lxdialog/
H A Ddialog.h209 void attr_clear(WINDOW * win, int height, int width, chtype attr);
H A Dtextbox.c125 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
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()