Searched refs:num_cmd_matches (Results 1 – 1 of 1) sorted by relevance
1087 unsigned int num_cmd_matches = 0; in GetCommandSP() local1097 num_cmd_matches = AddNamesMatchingPartialString(m_command_dict, cmd_str, in GetCommandSP()1101 if (num_cmd_matches == 1) { in GetCommandSP()1114 cmd.assign(matches->GetStringAtIndex(num_cmd_matches)); 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()1151 if (num_user_matches + num_user_mw_matches + num_cmd_matches + in GetCommandSP()1154 if (num_cmd_matches) in GetCommandSP()