| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | nconf.h | 75 void print_in_middle(WINDOW *win, 84 void fill_window(WINDOW *win, const char *text); 85 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...); 86 int dialog_inputbox(WINDOW *main_window, 89 void refresh_all_windows(WINDOW *main_window); 90 void show_scroll_win(WINDOW *main_window,
|
| H A D | nconf.gui.c | 147 void print_in_middle(WINDOW *win, in print_in_middle() 214 void fill_window(WINDOW *win, const char *text) in fill_window() 241 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog() 250 WINDOW *win; in btn_dialog() 251 WINDOW *msg_win; in btn_dialog() 252 WINDOW *menu_win; in btn_dialog() 357 int dialog_inputbox(WINDOW *main_window, in dialog_inputbox() 363 WINDOW *win; in dialog_inputbox() 364 WINDOW *prompt_win; in dialog_inputbox() 365 WINDOW *form_win; in dialog_inputbox() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | nconf.h | 79 void print_in_middle(WINDOW *win, 88 void fill_window(WINDOW *win, const char *text); 89 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...); 90 int dialog_inputbox(WINDOW *main_window, 93 void refresh_all_windows(WINDOW *main_window); 94 void show_scroll_win(WINDOW *main_window,
|
| H A D | nconf.gui.c | 147 void print_in_middle(WINDOW *win, in print_in_middle() 214 void fill_window(WINDOW *win, const char *text) in fill_window() 241 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog() 250 WINDOW *win; in btn_dialog() 251 WINDOW *msg_win; in btn_dialog() 252 WINDOW *menu_win; in btn_dialog() 357 int dialog_inputbox(WINDOW *main_window, in dialog_inputbox() 363 WINDOW *win; in dialog_inputbox() 364 WINDOW *prompt_win; in dialog_inputbox() 365 WINDOW *form_win; in dialog_inputbox() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | nconf.h | 77 void print_in_middle(WINDOW *win, 86 void fill_window(WINDOW *win, const char *text); 87 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...); 88 int dialog_inputbox(WINDOW *main_window, 91 void refresh_all_windows(WINDOW *main_window); 92 void show_scroll_win(WINDOW *main_window,
|
| H A D | nconf.gui.c | 148 void print_in_middle(WINDOW *win, in print_in_middle() 215 void fill_window(WINDOW *win, const char *text) in fill_window() 242 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog() 251 WINDOW *win; in btn_dialog() 252 WINDOW *msg_win; in btn_dialog() 253 WINDOW *menu_win; in btn_dialog() 358 int dialog_inputbox(WINDOW *main_window, in dialog_inputbox() 364 WINDOW *win; in dialog_inputbox() 365 WINDOW *prompt_win; in dialog_inputbox() 366 WINDOW *form_win; in dialog_inputbox() [all …]
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 188 int on_key_esc(WINDOW *win); 209 void attr_clear(WINDOW * win, int height, int width, chtype attr); 211 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 212 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 213 void print_title(WINDOW *dialog, const char *title, int width); 214 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 216 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
| H A D | textbox.c | 13 static void print_page(WINDOW *win, int height, int width, update_text_fn 15 static void print_line(WINDOW *win, int row, int width); 17 static void print_position(WINDOW * win); 27 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() 50 WINDOW *dialog, *box; in dialog_textbox() 300 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page() 329 static void print_line(WINDOW * win, int row, int width) in print_line() 387 static void print_position(WINDOW * win) in print_position()
|
| H A D | menubox.c | 54 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() 99 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 143 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 159 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() 179 WINDOW *dialog, *menu; in dialog_menu()
|
| H A D | checklist.c | 19 static void print_item(WINDOW * win, int choice, int selected) in print_item() 53 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 89 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 110 WINDOW *dialog, *list; in dialog_checklist()
|
| H A D | util.c | 230 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 353 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 370 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 435 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 465 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 499 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() 548 int on_key_esc(WINDOW *win) in on_key_esc()
|
| H A D | yesno.c | 15 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 33 WINDOW *dialog; in dialog_yesno()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/lxdialog/ |
| H A D | dialog.h | 200 int on_key_esc(WINDOW *win); 221 void attr_clear(WINDOW * win, int height, int width, chtype attr); 223 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 224 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 225 void print_title(WINDOW *dialog, const char *title, int width); 226 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 228 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
| H A D | textbox.c | 25 static void print_page(WINDOW *win, int height, int width, update_text_fn 27 static void print_line(WINDOW *win, int row, int width); 29 static void print_position(WINDOW * win); 39 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() 62 WINDOW *dialog, *box; in dialog_textbox() 312 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page() 341 static void print_line(WINDOW * win, int row, int width) in print_line() 399 static void print_position(WINDOW * win) in print_position()
|
| H A D | menubox.c | 66 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() 111 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 155 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 171 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() 191 WINDOW *dialog, *menu; in dialog_menu()
|
| H A D | checklist.c | 31 static void print_item(WINDOW * win, int choice, int selected) in print_item() 65 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 101 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 122 WINDOW *dialog, *list; in dialog_checklist()
|
| H A D | util.c | 242 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 365 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 382 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 447 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 477 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 511 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() 560 int on_key_esc(WINDOW *win) in on_key_esc()
|
| H A D | yesno.c | 27 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 45 WINDOW *dialog; in dialog_yesno()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 181 int on_key_esc(WINDOW *win); 202 void attr_clear(WINDOW * win, int height, int width, chtype attr); 204 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 205 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 206 void print_title(WINDOW *dialog, const char *title, int width); 207 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 209 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
| H A D | textbox.c | 12 static void print_page(WINDOW *win, int height, int width, update_text_fn 14 static void print_line(WINDOW *win, int row, int width); 16 static void print_position(WINDOW * win); 26 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box() 49 WINDOW *dialog, *box; in dialog_textbox() 299 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page() 328 static void print_line(WINDOW * win, int row, int width) in print_line() 386 static void print_position(WINDOW * win) in print_position()
|
| H A D | menubox.c | 53 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item() 98 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows() 142 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons() 158 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll() 178 WINDOW *dialog, *menu; in dialog_menu()
|
| H A D | checklist.c | 18 static void print_item(WINDOW * win, int choice, int selected) in print_item() 52 static void print_arrows(WINDOW * win, int choice, int item_no, int scroll, in print_arrows() 88 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 109 WINDOW *dialog, *list; in dialog_checklist()
|
| H A D | yesno.c | 14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 32 WINDOW *dialog; in dialog_yesno()
|
| H A D | util.c | 229 void attr_clear(WINDOW * win, int height, int width, chtype attr) in attr_clear() 352 void print_title(WINDOW *dialog, const char *title, int width) in print_title() 369 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x) in print_autowrap() 434 void print_button(WINDOW * win, const char *label, int y, int x, int selected) in print_button() 464 draw_box(WINDOW * win, int y, int x, int height, int width, in draw_box() 498 void draw_shadow(WINDOW * win, int y, int x, int height, int width) in draw_shadow() 547 int on_key_esc(WINDOW *win) in on_key_esc()
|
| /OK3568_Linux_fs/kernel/tools/thermal/tmon/ |
| H A D | tui.c | 40 static WINDOW *title_bar_window; 41 static WINDOW *tz_sensor_window; 42 static WINDOW *cooling_device_window; 43 static WINDOW *control_window; 44 static WINDOW *status_bar_window; 45 static WINDOW *thermal_data_window; 46 static WINDOW *dialogue_window; 49 static void draw_hbar(WINDOW *win, int y, int start, int len, 70 static void close_window(WINDOW *win) in close_window() 280 WINDOW *w = dialogue_window; in show_dialogue() [all …]
|