Lines Matching refs:subcmds
53 let mut subcmds: Vec<_> = subcommands_of(p) in all_subcommand_names() localVariable
58 subcmds.extend(sc_v); in all_subcommand_names()
60 subcmds.sort(); in all_subcommand_names()
61 subcmds.dedup(); in all_subcommand_names()
62 subcmds in all_subcommand_names()
73 let mut subcmds: Vec<_> = subcommands_of(p); in all_subcommands() localVariable
75 subcmds.extend(sc_v); in all_subcommands()
77 subcmds in all_subcommands()
92 let mut subcmds = vec![]; in subcommands_of() localVariable
130 subcmds.push((n.to_owned(), als_bin_name.join(" "))); in subcommands_of()
133 subcmds.push(( in subcommands_of()
138 subcmds in subcommands_of()
143 let mut subcmds = vec![]; in get_all_subcommand_paths() localVariable
167 subcmds.push(path.clone()); in get_all_subcommand_paths()
170 subcmds.push(path.replace(name, n)); in get_all_subcommand_paths()
179 subcmds.extend(sc_v); in get_all_subcommand_paths()
181 subcmds in get_all_subcommand_paths()