Lines Matching refs:other_cmds
218 struct cmdnames *other_cmds)
237 list_commands_in_dir(other_cmds, path, prefix);
245 qsort(other_cmds->names, other_cmds->cnt,
246 sizeof(*other_cmds->names), cmdname_compare);
247 uniq(other_cmds);
250 exclude_cmds(other_cmds, main_cmds);
254 struct cmdnames *other_cmds)
261 for (i = 0; i < other_cmds->cnt; i++)
262 if (longest < other_cmds->names[i]->len)
263 longest = other_cmds->names[i]->len;
276 if (other_cmds->cnt) {
281 pretty_print_string_list(other_cmds, longest);