Searched refs:fixed_command (Results 1 – 1 of 1) sorted by relevance
654 std::string fixed_command("expression "); in DoExecute() local657 fixed_command.append(std::string(args.GetArgStringWithDelimiter())); in DoExecute()658 fixed_command.append(m_fixed_expression); in DoExecute()660 fixed_command.append(m_fixed_expression); in DoExecute()661 history.AppendString(fixed_command); in DoExecute()