Searched refs:boxh (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/scripts/kconfig/lxdialog/ |
H A D | textbox.c | 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() 156 int height, width, boxh, boxw; in dialog_textbox() local 205 boxh = height - 4; in dialog_textbox() 207 box = subwin(dialog, boxh, boxw, y + 1, x + 1); 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() 261 back_lines(boxh); in dialog_textbox() 262 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox() [all …]
|
/openbmc/u-boot/scripts/kconfig/lxdialog/ |
H A D | textbox.c | 26 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument 30 print_page(box, boxh, boxw, update_text, data); in refresh_text_box() 48 int height, width, boxh, boxw; in dialog_textbox() local 97 boxh = height - 4; in dialog_textbox() 99 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox() 124 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox() 125 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x, update_text, in dialog_textbox() 144 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() 155 back_lines(boxh); in dialog_textbox() 156 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox() [all …]
|