Home
last modified time | relevance | path

Searched refs:cmdname (Results 1 – 3 of 3) sorted by relevance

/tools/lib/subcmd/
Dhelp.c18 struct cmdname *ent = malloc(sizeof(*ent) + len + 1); in add_cmdname()
41 struct cmdname *a = *(struct cmdname **)a_; in cmdname_compare()
42 struct cmdname *b = *(struct cmdname **)b_; in cmdname_compare()
Dhelp.h11 struct cmdname { struct
/tools/perf/util/
Dhelp-unknown-cmd.c25 const struct cmdname *const *c1 = p1, *const *c2 = p2; in levenshtein_compare()