/Linux-v4.19/scripts/kconfig/ |
D | nconf.h | 76 void print_in_middle(WINDOW *win, 85 void fill_window(WINDOW *win, const char *text); 86 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...); 87 int dialog_inputbox(WINDOW *main_window, 90 void refresh_all_windows(WINDOW *main_window); 91 void show_scroll_win(WINDOW *main_window,
|
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 …]
|
D | nconf.c | 263 static WINDOW *main_window; 955 WINDOW *menu_window; in show_menu()
|
/Linux-v4.19/scripts/kconfig/lxdialog/ |
D | dialog.h | 194 int on_key_esc(WINDOW *win); 215 void attr_clear(WINDOW * win, int height, int width, chtype attr); 217 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x); 218 void print_button(WINDOW * win, const char *label, int y, int x, int selected); 219 void print_title(WINDOW *dialog, const char *title, int width); 220 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box, 222 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
/Linux-v4.19/tools/thermal/tmon/ |
D | tui.c | 49 static WINDOW *title_bar_window; 50 static WINDOW *tz_sensor_window; 51 static WINDOW *cooling_device_window; 52 static WINDOW *control_window; 53 static WINDOW *status_bar_window; 54 static WINDOW *thermal_data_window; 55 static WINDOW *dialogue_window; 58 static void draw_hbar(WINDOW *win, int y, int start, int len, 79 static void close_window(WINDOW *win) in close_window() 289 WINDOW *w = dialogue_window; in show_dialogue() [all …]
|
/Linux-v4.19/drivers/input/misc/ |
D | adxl34x.c | 30 #define WINDOW 0x23 /* R/W Tap window */ macro 838 AC_WRITE(ac, WINDOW, pdata->tap_window); in adxl34x_probe()
|