Searched defs:ui__question_window (Results 1 - 1 of 1) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
H A Dutil.c154 int ui__question_window(const char *title, const char *text, function
203 return ui__question_window("Help", text, "Press any key...", 0);
208 return ui__question_window(NULL, msg, "Enter: Yes, ESC: No", 0);
219 key = ui__question_window(title, s, "Press any key...", 0);

Completed in 90 milliseconds