/xen-4.10.0-shim-comet/xen/tools/kconfig/ |
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,
|
A D | nconf.gui.c | 147 void print_in_middle(WINDOW *win, in print_in_middle() 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() 542 void show_scroll_win(WINDOW *main_window, in show_scroll_win() 555 WINDOW *win; in show_scroll_win() [all …]
|
A D | nconf.c | 261 static WINDOW *main_window; 952 WINDOW *menu_window; in show_menu()
|
/xen-4.10.0-shim-comet/xen/tools/kconfig/lxdialog/ |
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);
|
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()
|
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()
|
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()
|
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()
|
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()
|
A D | inputbox.c | 29 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons() 51 WINDOW *dialog; in dialog_inputbox()
|
/xen-4.10.0-shim-comet/tools/blktap2/drivers/ |
A D | qcow2raw.c | 68 #define WINDOW 32 macro
|
/xen-4.10.0-shim-comet/tools/xenstat/xentop/ |
A D | xentop.c | 221 static WINDOW *cwin;
|