Searched refs:exact_cmd (Results 1 – 1 of 1) sorted by relevance
1271 CommandObject *exact_cmd = found_elem->second.get(); in GetUserCommandObject() local1272 if (exact_cmd) { in GetUserCommandObject()1274 matches->AppendString(exact_cmd->GetCommandName()); in GetUserCommandObject()1276 descriptions->AppendString(exact_cmd->GetHelp()); in GetUserCommandObject()1277 return exact_cmd; in GetUserCommandObject()1282 CommandObject *exact_cmd = find_exact(GetUserCommands()); in GetUserCommandObject() local1283 if (exact_cmd) in GetUserCommandObject()1284 return exact_cmd; in GetUserCommandObject()1286 exact_cmd = find_exact(GetUserMultiwordCommands()); in GetUserCommandObject()1287 if (exact_cmd) in GetUserCommandObject()[all …]