Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/
H A Dtextbox.c39 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument
43 print_page(box, boxh, boxw, update_text, data); in refresh_text_box()
61 int height, width, boxh, boxw; in dialog_textbox() local
110 boxh = height - 4; in dialog_textbox()
112 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
137 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
138 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x, update_text, in dialog_textbox()
157 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
168 back_lines(boxh); in dialog_textbox()
169 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
[all …]
/OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/
H A Dtextbox.c27 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() argument
31 print_page(box, boxh, boxw, update_text, data); in refresh_text_box()
49 int height, width, boxh, boxw; in dialog_textbox() local
98 boxh = height - 4; in dialog_textbox()
100 box = subwin(dialog, boxh, boxw, y + 1, x + 1); in dialog_textbox()
125 attr_clear(box, boxh, boxw, dlg.dialog.atr); in dialog_textbox()
126 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x, update_text, in dialog_textbox()
145 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
156 back_lines(boxh); in dialog_textbox()
157 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
[all …]
/OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/
H A Dtextbox.c26 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 …]