Home
last modified time | relevance | path

Searched defs:main_window (Results 1 – 2 of 2) sorted by relevance

/scripts/kconfig/
Dnconf.gui.c193 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog()
309 int dialog_inputbox(WINDOW *main_window, in dialog_inputbox()
495 void refresh_all_windows(WINDOW *main_window) in refresh_all_windows()
502 void show_scroll_win(WINDOW *main_window, in show_scroll_win()
510 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text, in show_scroll_win_ext()
Dnconf.c270 static WINDOW *main_window; variable