Searched refs:GetCommandString (Results 1 – 6 of 6) sorted by relevance
108 bool GetCommandString(std::string &command) const;
124 command.GetCommandString(cmd_string); in DoExecute()
429 args.GetCommandString(cmd_line); in DoExecute() 478 args.GetCommandString(cmd_line); in HandleArgumentCompletion() 530 args.GetCommandString(cmd_line); in CommandObjectPlatformFClose() 572 args.GetCommandString(cmd_line); in CommandObjectPlatformFRead() 666 args.GetCommandString(cmd_line);
569 args.GetCommandString(args_string); in HandleAliasingNormalCommand()
2350 current_command_args.GetCommandString(cmd); in SetOptionValue()
211 bool Args::GetCommandString(std::string &command) const { in GetCommandString() function in Args