Searched refs:num_alias_matches (Results 1 – 1 of 1) sorted by relevance
1033 unsigned int num_alias_matches = 0; in GetCommandSP() local1054 num_alias_matches = AddNamesMatchingPartialString(m_alias_dict, cmd_str, in GetCommandSP()1058 if (num_alias_matches == 1) { in GetCommandSP()1072 matches->GetStringAtIndex(num_cmd_matches + num_alias_matches)); in GetCommandSP()1085 cmd.assign(matches->GetStringAtIndex(num_cmd_matches + num_alias_matches + in GetCommandSP()1097 num_alias_matches == in GetCommandSP()1101 else if (num_alias_matches) in GetCommandSP()1313 size_t num_alias_matches; in GetAliasFullName() local1314 num_alias_matches = in GetAliasFullName()1316 if (num_alias_matches == 1) { in GetAliasFullName()