Lines Matching defs:exact_cmd
1276 CommandObject *exact_cmd = found_elem->second.get();
1277 if (exact_cmd) {
1279 matches->AppendString(exact_cmd->GetCommandName());
1281 descriptions->AppendString(exact_cmd->GetHelp());
1282 return exact_cmd;
1287 CommandObject *exact_cmd = find_exact(GetUserCommands());
1288 if (exact_cmd)
1289 return exact_cmd;
1291 exact_cmd = find_exact(GetUserMultiwordCommands());
1292 if (exact_cmd)
1293 return exact_cmd;