Searched refs:attr_clear (Results 1 - 10 of 10) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/scripts/kconfig/lxdialog/
H A Ddialog.h194 void attr_clear(WINDOW * win, int height, int width, chtype attr);
H A Dutil.c237 void attr_clear(WINDOW * win, int height, int width, chtype attr) function
252 attr_clear(stdscr, LINES, COLS, dlg.screen.atr);
H A Dtextbox.c122 attr_clear(box, boxh, boxw, dlg.dialog.atr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/scripts/kconfig/lxdialog/
H A Ddialog.h143 void attr_clear(WINDOW * win, int height, int width, chtype attr);
H A Dlxdialog.c126 attr_clear(stdscr, LINES, COLS, screen_attr);
H A Dutil.c107 void attr_clear(WINDOW * win, int height, int width, chtype attr) function
122 attr_clear(stdscr, LINES, COLS, screen_attr);
H A Dtextbox.c113 attr_clear(text, height - 4, width - 2, dialog_attr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/config/
H A Ddialog.h150 void attr_clear (WINDOW * win, int height, int width, chtype attr);
H A Dutil.c112 attr_clear (WINDOW * win, int height, int width, chtype attr) function
127 attr_clear (stdscr, LINES, COLS, screen_attr);
H A Dtextbox.c128 attr_clear (text, height - 4, width - 2, dialog_attr);

Completed in 30 milliseconds