Searched refs:refresh_text_box (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/scripts/kconfig/lxdialog/ |
D | textbox.c | 26 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() function 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() 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() 196 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox() 212 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox() 223 refresh_text_box(dialog, box, boxh, boxw, cur_y, in dialog_textbox()
|
/external/toybox/kconfig/lxdialog/ |
D | textbox.c | 38 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() function 123 refresh_text_box(dialog, box, boxh, boxw, cur_y, cur_x); in dialog_textbox() 140 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() 151 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() 197 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() 221 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() 237 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox() 248 refresh_text_box(dialog, box, boxh, boxw, in dialog_textbox()
|