Lines Matching refs:exact_cmd
1276 CommandObject *exact_cmd = found_elem->second.get(); in GetUserCommandObject() local
1277 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() local
1288 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()
1293 return exact_cmd; in GetUserCommandObject()