Lines Matching refs:boxh
38 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw,
41 print_page(box, boxh, boxw);
55 int height, width, boxh, boxw;
95 boxh = height - 4;
97 box = subwin(dialog, boxh, boxw, y + 1, x + 1);
122 attr_clear(box, boxh, boxw, dlg.dialog.atr);
123 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x);
140 refresh_text_box(dialog, box, boxh, boxw,
150 back_lines(boxh);
151 refresh_text_box(dialog, box, boxh, boxw,
172 for (i = 0; i < boxh; i++) {
196 back_lines(page_length + boxh);
197 refresh_text_box(dialog, box, boxh, boxw,
208 print_line(box, boxh - 1, boxw);
221 refresh_text_box(dialog, box, boxh, boxw,
237 refresh_text_box(dialog, box, boxh, boxw,
248 refresh_text_box(dialog, box, boxh, boxw,