Searched refs:attr_clear (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
A D | dialog.h | 221 void attr_clear(WINDOW * win, int height, int width, chtype attr);
|
A D | textbox.c | 137 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
|
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()
|
Completed in 5 milliseconds