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

/linux-master/scripts/kconfig/lxdialog/
H A Dtextbox.c133 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, argument
138 print_page(box, boxh, boxw);
156 int height, width, boxh, boxw; local
205 boxh = height - 4;
207 box = subwin(dialog, boxh, boxw, y + 1, x + 1);
232 attr_clear(box, boxh, boxw, dlg.dialog.atr);
233 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x);
251 refresh_text_box(dialog, box, boxh, boxw,
261 back_lines(boxh);
262 refresh_text_box(dialog, box, boxh, box
[all...]

Completed in 112 milliseconds