Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/lxdialog/
Ddialog.h143 void attr_clear(WINDOW * win, int height, int width, chtype attr);
Dutil.c107 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()
Dlxdialog.c126 attr_clear(stdscr, LINES, COLS, screen_attr); in main()
Dtextbox.c110 attr_clear(text, height - 4, width - 2, dialog_attr); in dialog_textbox()