Searched refs:num_alias_matches (Results 1 – 1 of 1) sorted by relevance
1088 unsigned int num_alias_matches = 0; in GetCommandSP() local1109 num_alias_matches = AddNamesMatchingPartialString(m_alias_dict, cmd_str, in GetCommandSP()1113 if (num_alias_matches == 1) { in GetCommandSP()1127 matches->GetStringAtIndex(num_cmd_matches + num_alias_matches)); in GetCommandSP()1140 cmd.assign(matches->GetStringAtIndex(num_cmd_matches + num_alias_matches + in GetCommandSP()1152 num_alias_matches == in GetCommandSP()1156 else if (num_alias_matches) in GetCommandSP()1408 size_t num_alias_matches; in GetAliasFullName() local1409 num_alias_matches = in GetAliasFullName()1411 if (num_alias_matches == 1) { in GetAliasFullName()