Searched refs:alias_command (Results 1 – 1 of 1) sorted by relevance
394 auto alias_command = args[0].ref(); in DoExecute() local395 if (alias_command.starts_with("-")) { in DoExecute()397 if (alias_command == "--help" || alias_command == "--long-help") { in DoExecute()406 size_t pos = raw_command_string.find(alias_command); in DoExecute()408 raw_command_string = raw_command_string.substr(alias_command.size()); in DoExecute()418 if (m_interpreter.CommandExists(alias_command)) { in DoExecute()425 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in DoExecute()451 HandleAliasingRawCommand(alias_command, raw_command_string, *cmd_obj, in DoExecute()456 bool HandleAliasingRawCommand(llvm::StringRef alias_command, in HandleAliasingRawCommand() argument475 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()[all …]