Home
last modified time | relevance | path

Searched refs:WINDOW (Results 1 – 25 of 31) sorted by relevance

12

/openbmc/linux/scripts/kconfig/
H A Dnconf.h73 void print_in_middle(WINDOW *win, int y, int width, const char *str, int attrs);
77 void fill_window(WINDOW *win, const char *text);
78 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...);
79 int dialog_inputbox(WINDOW *main_window,
82 void refresh_all_windows(WINDOW *main_window);
83 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text,
86 void show_scroll_win(WINDOW *main_window,
H A Dnconf.gui.c201 WINDOW *win; in btn_dialog()
202 WINDOW *msg_win; in btn_dialog()
203 WINDOW *menu_win; in btn_dialog()
308 int dialog_inputbox(WINDOW *main_window, in dialog_inputbox()
314 WINDOW *win; in dialog_inputbox()
315 WINDOW *prompt_win; in dialog_inputbox()
316 WINDOW *form_win; in dialog_inputbox()
493 void refresh_all_windows(WINDOW *main_window) in refresh_all_windows()
500 void show_scroll_win(WINDOW *main_window, in show_scroll_win()
521 WINDOW *win; in show_scroll_win_ext()
[all …]
/openbmc/u-boot/scripts/kconfig/
H A Dnconf.h77 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 Dnconf.gui.c148 void print_in_middle(WINDOW *win, in print_in_middle()
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()
550 void show_scroll_win(WINDOW *main_window, in show_scroll_win()
563 WINDOW *win; in show_scroll_win()
[all …]
/openbmc/u-boot/scripts/kconfig/lxdialog/
H A Ddialog.h187 int on_key_esc(WINDOW *win);
208 void attr_clear(WINDOW * win, int height, int width, chtype attr);
210 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
211 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
212 void print_title(WINDOW *dialog, const char *title, int width);
213 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
215 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
H A Dtextbox.c12 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 Dmenubox.c53 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 Dyesno.c14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
32 WINDOW *dialog; in dialog_yesno()
H A Dchecklist.c18 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 Dutil.c229 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()
H A Dinputbox.c16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
38 WINDOW *dialog; in dialog_inputbox()
/openbmc/linux/scripts/kconfig/lxdialog/
H A Ddialog.h165 int on_key_esc(WINDOW *win);
186 void attr_clear(WINDOW * win, int height, int width, chtype attr);
188 void print_autowrap(WINDOW * win, const char *prompt, int width, int y, int x);
189 void print_button(WINDOW * win, const char *label, int y, int x, int selected);
190 void print_title(WINDOW *dialog, const char *title, int width);
191 void draw_box(WINDOW * win, int y, int x, int height, int width, chtype box,
193 void draw_shadow(WINDOW * win, int y, int x, int height, int width);
H A Dtextbox.c84 static void print_line(WINDOW *win, int row, int width) in print_line()
101 static void print_page(WINDOW *win, int height, int width) in print_page()
119 static void print_position(WINDOW *win) in print_position()
133 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box()
157 WINDOW *dialog, *box; in dialog_textbox()
H A Dmenubox.c53 static void do_print_item(WINDOW * win, const char *item, int line_y, in do_print_item()
90 static void print_arrows(WINDOW * win, int item_no, int scroll, int y, int x, in print_arrows()
134 static void print_buttons(WINDOW * win, int height, int width, int selected) in print_buttons()
150 static void do_scroll(WINDOW *win, int *scroll, int n) in do_scroll()
170 WINDOW *dialog, *menu; in dialog_menu()
H A Dyesno.c14 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
32 WINDOW *dialog; in dialog_yesno()
H A Dchecklist.c18 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 Dutil.c229 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()
H A Dinputbox.c16 static void print_buttons(WINDOW * dialog, int height, int width, int selected) in print_buttons()
38 WINDOW *dialog; in dialog_inputbox()
/openbmc/linux/tools/thermal/tmon/
H A Dtui.c40 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;
70 static void close_window(WINDOW *win) in close_window()
280 WINDOW *w = dialogue_window; in show_dialogue()
317 WINDOW *w = dialogue_window; in write_dialogue_win()
[all …]
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0013-Implement-triple-buffering-for-wayland.patch41 if (type == WINDOW && wl_display) {
80 + type == WINDOW
H A D0007-initialize-front-back-wayland-buffers.patch21 if (type == WINDOW && wl_display) {
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tiptop/tiptop/
H A D0001-Fix-a-lot-of-Werror-format-security-errors-with-mvwp.patch20 @@ -61,7 +61,7 @@ void show_help_win(WINDOW* win, screen_t* screen)
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/nmon/nmon/
H A D0001-lmon16g.c-Adjust-system-headers.patch37 WINDOW *padwelcome = NULL;
/openbmc/qemu/hw/vfio/
H A Dpci-quirks.c541 typedef enum {NONE = 0, SELECT, WINDOW, READ, WRITE} VFIONvidia3d0State; enumerator
581 if (old_state == WINDOW) { in vfio_nvidia_3d4_quirk_write()
588 if (old_state == WINDOW) { in vfio_nvidia_3d4_quirk_write()
640 quirk->state = WINDOW; in vfio_nvidia_3d0_quirk_write()
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-Updating-reset-code-ncurses-6.4-patch-20231104.patch71 …extern NCURSES_EXPORT(int) wgetch_events (WINDOW *, _nc_eventlist *) GCC_DEPRECATED(experimental o…
72 …extern NCURSES_EXPORT(int) wgetnstr_events (WINDOW *,char *,int,_nc_eventlist *) GCC_DEPRECATED(ex…

12