Searched refs:ui__question_window (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/tools/perf/ui/tui/ |
D | util.c | 224 int ui__question_window(const char *title, const char *text, in ui__question_window() function 236 return ui__question_window("Help", text, "Press any key...", 0); in ui__help_window() 241 return ui__question_window(NULL, msg, "Enter: Yes, ESC: No", 0); in ui__dialog_yesno() 251 key = ui__question_window(title, s, "Press any key...", 0); in __ui__warning()
|
D | setup.c | 168 ui__question_window("Fatal Error", in ui__exit()
|
/linux-6.1.9/tools/perf/ui/ |
D | util.h | 13 int ui__question_window(const char *title, const char *text,
|
D | browser.c | 226 while ((key = ui__question_window("Warning!", text, in ui_browser__warning()
|