OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:helpline_fns
(Results
1 - 4
of
4
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
helpline.c
31
struct ui_helpline *
helpline_fns
= &default_helpline_fns;
variable in typeref:struct:ui_helpline
35
helpline_fns
->pop();
40
helpline_fns
->push(msg);
72
return
helpline_fns
->show(fmt, ap);
helpline.h
15
extern struct ui_helpline *
helpline_fns
;
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
helpline.c
56
helpline_fns
= >k_helpline_fns;
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/tui/
helpline.c
56
helpline_fns
= &tui_helpline_fns;
Completed in 46 milliseconds