Searched refs:boxw (Results 1 – 1 of 1) sorted by relevance
/u-boot/scripts/kconfig/lxdialog/ |
A D | textbox.c | 30 print_page(box, boxh, boxw, update_text, data); in refresh_text_box() 48 int height, width, boxh, boxw; in dialog_textbox() local 98 boxw = width - 2; 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() 144 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() 156 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox() 166 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox() 176 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox() 186 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox() [all …]
|
Completed in 3 milliseconds