main_window 262 scripts/kconfig/nconf.c static WINDOW *main_window; main_window 372 scripts/kconfig/nconf.c (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); main_window 373 scripts/kconfig/nconf.c mvwprintw(main_window, lines-3, offset, main_window 376 scripts/kconfig/nconf.c (void) wattrset(main_window, attributes[FUNCTION_TEXT]); main_window 378 scripts/kconfig/nconf.c mvwprintw(main_window, lines-3, main_window 383 scripts/kconfig/nconf.c (void) wattrset(main_window, attributes[NORMAL]); main_window 389 scripts/kconfig/nconf.c show_scroll_win(main_window, main_window 404 scripts/kconfig/nconf.c show_scroll_win(main_window, main_window 413 scripts/kconfig/nconf.c int res = btn_dialog(main_window, main_window 654 scripts/kconfig/nconf.c res = btn_dialog(main_window, main_window 671 scripts/kconfig/nconf.c main_window, main_window 680 scripts/kconfig/nconf.c main_window, main_window 704 scripts/kconfig/nconf.c dres = dialog_inputbox(main_window, main_window 712 scripts/kconfig/nconf.c show_scroll_win(main_window, main_window 728 scripts/kconfig/nconf.c show_scroll_win(main_window, main_window 946 scripts/kconfig/nconf.c refresh_all_windows(main_window); main_window 959 scripts/kconfig/nconf.c (void) wattrset(main_window, attributes[NORMAL]); main_window 964 scripts/kconfig/nconf.c (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); main_window 965 scripts/kconfig/nconf.c box(main_window, 0, 0); main_window 966 scripts/kconfig/nconf.c (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); main_window 967 scripts/kconfig/nconf.c mvwprintw(main_window, 0, 3, " %s ", prompt); main_window 968 scripts/kconfig/nconf.c (void) wattrset(main_window, attributes[NORMAL]); main_window 976 scripts/kconfig/nconf.c menu_window = derwin(main_window, main_window 996 scripts/kconfig/nconf.c refresh_all_windows(main_window); main_window 1099 scripts/kconfig/nconf.c refresh_all_windows(main_window); main_window 1141 scripts/kconfig/nconf.c refresh_all_windows(main_window); main_window 1144 scripts/kconfig/nconf.c refresh_all_windows(main_window); main_window 1198 scripts/kconfig/nconf.c btn_dialog(main_window, setmod_text, 0); main_window 1215 scripts/kconfig/nconf.c btn_dialog(main_window, s, 1, "<OK>"); main_window 1227 scripts/kconfig/nconf.c show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help)); main_window 1280 scripts/kconfig/nconf.c refresh_all_windows(main_window); main_window 1322 scripts/kconfig/nconf.c refresh_all_windows(main_window); main_window 1369 scripts/kconfig/nconf.c res = dialog_inputbox(main_window, main_window 1380 scripts/kconfig/nconf.c btn_dialog(main_window, main_window 1396 scripts/kconfig/nconf.c res = dialog_inputbox(main_window, main_window 1410 scripts/kconfig/nconf.c btn_dialog(main_window, "File does not exist!", 0); main_window 1413 scripts/kconfig/nconf.c show_scroll_win(main_window, main_window 1427 scripts/kconfig/nconf.c res = dialog_inputbox(main_window, main_window 1441 scripts/kconfig/nconf.c btn_dialog(main_window, "Can't create file!", main_window 1445 scripts/kconfig/nconf.c show_scroll_win(main_window, main_window 1461 scripts/kconfig/nconf.c if (main_window != NULL) main_window 1462 scripts/kconfig/nconf.c delwin(main_window); main_window 1465 scripts/kconfig/nconf.c main_window = newwin(lines-2, columns-2, 2, 1); main_window 1466 scripts/kconfig/nconf.c keypad(main_window, TRUE); main_window 1471 scripts/kconfig/nconf.c new_panel(main_window); main_window 1535 scripts/kconfig/nconf.c show_scroll_win(main_window, main_window 1550 scripts/kconfig/nconf.c delwin(main_window); main_window 241 scripts/kconfig/nconf.gui.c int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) main_window 319 scripts/kconfig/nconf.gui.c refresh_all_windows(main_window); main_window 336 scripts/kconfig/nconf.gui.c refresh_all_windows(main_window); main_window 357 scripts/kconfig/nconf.gui.c int dialog_inputbox(WINDOW *main_window, main_window 432 scripts/kconfig/nconf.gui.c refresh_all_windows(main_window); main_window 517 scripts/kconfig/nconf.gui.c refresh_all_windows(main_window); main_window 542 scripts/kconfig/nconf.gui.c void refresh_all_windows(WINDOW *main_window) main_window 545 scripts/kconfig/nconf.gui.c touchwin(main_window); main_window 550 scripts/kconfig/nconf.gui.c void show_scroll_win(WINDOW *main_window, main_window 663 scripts/kconfig/nconf.gui.c refresh_all_windows(main_window); main_window 85 scripts/kconfig/nconf.h int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...); main_window 86 scripts/kconfig/nconf.h int dialog_inputbox(WINDOW *main_window, main_window 89 scripts/kconfig/nconf.h void refresh_all_windows(WINDOW *main_window); main_window 90 scripts/kconfig/nconf.h void show_scroll_win(WINDOW *main_window, main_window 187 tools/perf/ui/gtk/annotate.c window = pgctx->main_window; main_window 255 tools/perf/ui/gtk/annotate.c window = pgctx->main_window; main_window 13 tools/perf/ui/gtk/gtk.h GtkWidget *main_window; main_window 31 tools/perf/ui/gtk/gtk.h return ctx && ctx->main_window; main_window 17 tools/perf/ui/gtk/util.c ctx->main_window = window; main_window 44 tools/perf/ui/gtk/util.c dialog = gtk_message_dialog_new_with_markup(GTK_WINDOW(pgctx->main_window),