8 size_t len; /* also used for similarity index in help.c */
13 static inline void mput_char(char c, unsigned int num)
19 void load_command_list(const char *prefix,
20 struct cmdnames *main_cmds,
21 struct cmdnames *other_cmds);
22 void add_cmdname(struct cmdnames *cmds, const char *name, int len);
23 /* Here we require that excludes is a sorted list. */
24 void exclude_cmds(struct cmdnames *cmds, struct cmdnames *excludes);
25 int is_in_cmdlist(struct cmdnames *c, const char *s);
26 void list_commands(const char *title, struct cmdnames *main_cmds,
27 struct cmdnames *other_cmds);