Home
last modified time | relevance | path

Searched refs:main_window (Results 1 – 6 of 6) sorted by relevance

/linux/scripts/kconfig/
H A Dnconf.c271 static WINDOW *main_window; variable
382 wattrset(main_window, attr_function_highlight); in print_function_line()
383 mvwprintw(main_window, lines-3, offset, in print_function_line()
386 wattrset(main_window, attr_function_text); in print_function_line()
388 mvwprintw(main_window, lines-3, in print_function_line()
393 wattrset(main_window, attr_normal); in print_function_line()
399 show_scroll_win(main_window, in handle_f1()
414 show_scroll_win(main_window, in handle_f3()
423 int res = btn_dialog(main_window, in handle_f4()
663 res = btn_dialog(main_window, in do_exit()
[all …]
H A Dnconf.h78 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.c191 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog() argument
269 refresh_all_windows(main_window); in btn_dialog()
295 refresh_all_windows(main_window); in btn_dialog()
316 int dialog_inputbox(WINDOW *main_window, in dialog_inputbox() argument
392 refresh_all_windows(main_window); in dialog_inputbox()
477 refresh_all_windows(main_window); in dialog_inputbox()
502 void refresh_all_windows(WINDOW *main_window) in refresh_all_windows() argument
505 touchwin(main_window); in refresh_all_windows()
509 void show_scroll_win(WINDOW *main_window, in show_scroll_win() argument
513 (void)show_scroll_win_ext(main_window, title, (char *)text, NULL, NULL, NULL, NULL); in show_scroll_win()
[all …]
/linux/tools/perf/ui/gtk/
H A Dgtk.h13 GtkWidget *main_window; member
31 return ctx && ctx->main_window; in perf_gtk__is_active_context()
H A Dutil.c17 ctx->main_window = window; in perf_gtk__activate_context()
44 dialog = gtk_message_dialog_new_with_markup(GTK_WINDOW(pgctx->main_window), in perf_gtk__error()
H A Dannotate.c201 window = pgctx->main_window; in symbol__gtk_annotate()
269 window = pgctx->main_window; in perf_gtk__show_annotations()