OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cmdnames
(Results
1 - 3
of
3
) sorted by null
/external/linux-tools-perf/util/
help.h
4
struct
cmdnames
{
struct
20
struct
cmdnames
*main_cmds,
21
struct
cmdnames
*other_cmds);
22
void add_cmdname(struct
cmdnames
*cmds, const char *name, size_t len);
24
void exclude_cmds(struct
cmdnames
*cmds, struct
cmdnames
*excludes);
25
int is_in_cmdlist(struct
cmdnames
*c, const char *s);
26
void list_commands(const char *title, struct
cmdnames
*main_cmds,
27
struct
cmdnames
*other_cmds);
help.c
7
void add_cmdname(struct
cmdnames
*cmds, const char *name, size_t len)
19
static void clean_cmdnames(struct
cmdnames
*cmds)
37
static void uniq(struct
cmdnames
*cmds)
51
void exclude_cmds(struct
cmdnames
*cmds, struct
cmdnames
*excludes)
73
static void pretty_print_string_list(struct
cmdnames
*cmds, int longest)
122
static void list_commands_in_dir(struct
cmdnames
*cmds,
163
struct
cmdnames
*main_cmds,
164
struct
cmdnames
*other_cmds)
198
void list_commands(const char *title, struct
cmdnames
*main_cmds
[
all
...]
/external/linux-tools-perf/
builtin-help.c
276
static struct
cmdnames
main_cmds, other_cmds;
Completed in 231 milliseconds