Searched refs:attr_clear (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/scripts/kconfig/lxdialog/ |
D | dialog.h | 143 void attr_clear(WINDOW * win, int height, int width, chtype attr);
|
D | util.c | 107 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() function 122 attr_clear(stdscr, LINES, COLS, screen_attr); in dialog_clear()
|
D | lxdialog.c | 126 attr_clear(stdscr, LINES, COLS, screen_attr); in main()
|
D | textbox.c | 110 attr_clear(text, height - 4, width - 2, dialog_attr); in dialog_textbox()
|