Home | History | Annotate | Download | only in util

Lines Matching refs:cmdnames

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,
199 struct cmdnames *other_cmds)
230 int is_in_cmdlist(struct cmdnames *c, const char *s)
241 static struct cmdnames aliases;
263 static void add_cmd_list(struct cmdnames *cmds, struct cmdnames *old)
279 struct cmdnames main_cmds, other_cmds;