Searched refs:num_cmd_matches (Results 1 – 1 of 1) sorted by relevance
1058 unsigned int num_cmd_matches = 0; in GetCommandSP() local1068 num_cmd_matches = AddNamesMatchingPartialString(m_command_dict, cmd_str, in GetCommandSP()1072 if (num_cmd_matches == 1) { in GetCommandSP()1085 cmd.assign(matches->GetStringAtIndex(num_cmd_matches)); in GetCommandSP()1098 matches->GetStringAtIndex(num_cmd_matches + num_alias_matches)); in GetCommandSP()1111 cmd.assign(matches->GetStringAtIndex(num_cmd_matches + num_alias_matches + in GetCommandSP()1122 if (num_user_matches + num_user_mw_matches + num_cmd_matches + in GetCommandSP()1125 if (num_cmd_matches) in GetCommandSP()