Home
last modified time | relevance | path

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

/aosp_15_r20/external/coreboot/util/kconfig/
H A Dnconf.gui.c192 int btn_dialog(WINDOW *main_window, const char *msg, int btn_num, ...) in btn_dialog()
308 int dialog_inputbox(WINDOW *main_window, 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()
508 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text, in show_scroll_win_ext()
H A Dnconf.c268 static WINDOW *main_window; variable
/aosp_15_r20/external/python/cpython2/Modules/
Dtkappinit.c30 Tk_Window main_window; in Tcl_AppInit() local