Searched refs:exact_cmd (Results 1 – 1 of 1) sorted by relevance
1334 CommandObject *exact_cmd = found_elem->second.get(); in GetUserCommandObject() local1335 if (exact_cmd) { in GetUserCommandObject()1337 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject()1339 descriptions->AppendString(exact_cmd->GetHelp()); in GetUserCommandObject()1340 return exact_cmd; in GetUserCommandObject()1345 CommandObject *exact_cmd = find_exact(GetUserCommands()); in GetUserCommandObject() local1346 if (exact_cmd) in GetUserCommandObject()1347 return exact_cmd; in GetUserCommandObject()1349 exact_cmd = find_exact(GetUserMultiwordCommands()); in GetUserCommandObject()1350 if (exact_cmd) in GetUserCommandObject()[all …]