Lines Matching refs:other_cmds
206 struct cmdnames *other_cmds)
225 list_commands_in_dir(other_cmds, path, prefix);
233 qsort(other_cmds->names, other_cmds->cnt,
234 sizeof(*other_cmds->names), cmdname_compare);
235 uniq(other_cmds);
238 exclude_cmds(other_cmds, main_cmds);
242 struct cmdnames *other_cmds)
249 for (i = 0; i < other_cmds->cnt; i++)
250 if (longest < other_cmds->names[i]->len)
251 longest = other_cmds->names[i]->len;
264 if (other_cmds->cnt) {
269 pretty_print_string_list(other_cmds, longest);