Lines Matching refs:cmdnames
16 void add_cmdname(struct cmdnames *cmds, const char *name, size_t len) in add_cmdname()
30 void clean_cmdnames(struct cmdnames *cmds) in clean_cmdnames()
48 void uniq(struct cmdnames *cmds) in uniq()
62 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) in exclude_cmds()
118 static void pretty_print_string_list(struct cmdnames *cmds, int longest) in pretty_print_string_list()
169 static void list_commands_in_dir(struct cmdnames *cmds, in list_commands_in_dir()
207 struct cmdnames *main_cmds, in load_command_list()
208 struct cmdnames *other_cmds) in load_command_list()
243 void list_commands(const char *title, struct cmdnames *main_cmds, in list_commands()
244 struct cmdnames *other_cmds) in list_commands()
276 int is_in_cmdlist(struct cmdnames *c, const char *s) in is_in_cmdlist()