OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:common_cmds
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/
common-cmds.h
8
static struct cmdname_help
common_cmds
[] = {
variable in typeref:struct:cmdname_help
builtin-help.c
282
for (i = 0; i < ARRAY_SIZE(
common_cmds
); i++) {
283
if (longest < strlen(
common_cmds
[i].name))
284
longest = strlen(
common_cmds
[i].name);
288
for (i = 0; i < ARRAY_SIZE(
common_cmds
); i++) {
289
printf(" %-*s ", longest,
common_cmds
[i].name);
290
puts(
common_cmds
[i].help);
Completed in 192 milliseconds