Searched refs:attr_clear (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 209 void attr_clear(WINDOW * win, int height, int width, chtype attr);
|
| H A D | util.c | 230 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 D | textbox.c | 125 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | dialog.h | 221 void attr_clear(WINDOW * win, int height, int width, chtype attr);
|
| H A D | util.c | 242 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 D | textbox.c | 137 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 202 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()
|