Searched refs:sc_names (Results 1 – 3 of 3) sorted by relevance
218 let sc_names = completions::subcommands_of(p); localVariable221 for &(ref name, ref bin_name) in &sc_names {
1035 suggestions::did_you_mean(&*arg_os.to_string_lossy(), sc_names!(self)) in get_matches_with()1075 || suggestions::did_you_mean(&n.to_string_lossy(), sc_names!(self)) in get_matches_with()1179 suggestions::did_you_mean(&*arg_os.to_string_lossy(), sc_names!(self)) in get_matches_with()
1101 macro_rules! sc_names { macro