Searched refs:attr_clear (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 186 void attr_clear(WINDOW * win, int height, int width, chtype attr);
|
H A D | textbox.c | 232 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
|
H A D | util.c | 229 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()
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | dialog.h | 208 void attr_clear(WINDOW * win, int height, int width, chtype attr);
|
H A D | util.c | 229 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 D | textbox.c | 124 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
|