Lines Matching refs:box
133 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument
138 print_page(box, boxh, boxw); in refresh_text_box()
157 WINDOW *dialog, *box; in dialog_textbox() local
207 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
208 wattrset(box, dlg.dialog.atr); in dialog_textbox()
209 wbkgdset(box, dlg.dialog.atr & A_COLOR); in dialog_textbox()
211 keypad(box, TRUE); in dialog_textbox()
232 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
233 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox()
251 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
262 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox()
271 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox()
280 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox()
289 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox()
298 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox()
313 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox()
323 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox()
331 delwin(box); in dialog_textbox()
342 delwin(box); in dialog_textbox()