OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui__question_window
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
util.h
10
int
ui__question_window
(const char *title, const char *text,
browser.c
197
while ((key ==
ui__question_window
("Warning!", text,
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
util.c
154
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);
setup.c
140
ui__question_window
("Fatal Error",
Completed in 39 milliseconds