Searched refs:exact_cmd (Results 1 – 1 of 1) sorted by relevance
1276 CommandObject *exact_cmd = found_elem->second.get(); in GetUserCommandObject() local1277 if (exact_cmd) { in GetUserCommandObject()1279 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject()1281 descriptions->AppendString(exact_cmd->GetHelp()); in GetUserCommandObject()1282 return exact_cmd; in GetUserCommandObject()1287 CommandObject *exact_cmd = find_exact(GetUserCommands()); in GetUserCommandObject() local1288 if (exact_cmd) in GetUserCommandObject()1289 return exact_cmd; in GetUserCommandObject()1291 exact_cmd = find_exact(GetUserMultiwordCommands()); in GetUserCommandObject()1292 if (exact_cmd) in GetUserCommandObject()[all …]