cmdnames 286 builtin/help.c static struct cmdnames main_cmds, other_cmds; cmdnames 108 builtin/merge.c static struct cmdnames main_cmds, other_cmds; cmdnames 119 builtin/merge.c struct cmdnames not_strategies; cmdnames 122 builtin/merge.c memset(¬_strategies, 0, sizeof(struct cmdnames)); cmdnames 12 help.c void add_cmdname(struct cmdnames *cmds, const char *name, int len) cmdnames 24 help.c static void clean_cmdnames(struct cmdnames *cmds) cmdnames 41 help.c static void uniq(struct cmdnames *cmds) cmdnames 58 help.c void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes) cmdnames 81 help.c static void pretty_print_cmdnames(struct cmdnames *cmds, unsigned int colopts) cmdnames 128 help.c static void list_commands_in_dir(struct cmdnames *cmds, cmdnames 167 help.c struct cmdnames *main_cmds, cmdnames 168 help.c struct cmdnames *other_cmds) cmdnames 203 help.c struct cmdnames *main_cmds, struct cmdnames *other_cmds) cmdnames 260 help.c int is_in_cmdlist(struct cmdnames *c, const char *s) cmdnames 270 help.c static struct cmdnames aliases; cmdnames 294 help.c static void add_cmd_list(struct cmdnames *cmds, struct cmdnames *old) cmdnames 317 help.c struct cmdnames main_cmds, other_cmds; cmdnames 22 help.h struct cmdnames *main_cmds, cmdnames 23 help.h struct cmdnames *other_cmds); cmdnames 24 help.h extern void add_cmdname(struct cmdnames *cmds, const char *name, int len); cmdnames 26 help.h extern void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes); cmdnames 27 help.h extern int is_in_cmdlist(struct cmdnames *cmds, const char *name); cmdnames 28 help.h extern void list_commands(unsigned int colopts, struct cmdnames *main_cmds, struct cmdnames *other_cmds);