Home
last modified time | relevance | path

Searched refs:ui__question_window (Results 1 – 4 of 4) sorted by relevance

/tools/perf/ui/tui/
Dutil.c164 int ui__question_window(const char *title, const char *text, in ui__question_window() function
218 return ui__question_window("Help", text, "Press any key...", 0); in ui__help_window()
223 return ui__question_window(NULL, msg, "Enter: Yes, ESC: No", 0); in ui__dialog_yesno()
233 key = ui__question_window(title, s, "Press any key...", 0); in __ui__warning()
Dsetup.c166 ui__question_window("Fatal Error", in ui__exit()
/tools/perf/ui/
Dutil.h10 int ui__question_window(const char *title, const char *text,
Dbrowser.c212 while ((key = ui__question_window("Warning!", text, in ui_browser__warning()