Searched refs:GetCommandString (Results 1 – 5 of 5) sorted by relevance
117 bool GetCommandString(std::string &command) const;
481 args.GetCommandString(cmd_line); in DoExecute()533 args.GetCommandString(cmd_line); in DoExecute()588 args.GetCommandString(cmd_line); in DoExecute()634 args.GetCommandString(cmd_line); in DoExecute()729 args.GetCommandString(cmd_line); in DoExecute()
139 command.GetCommandString(cmd_string); in DoExecute()
741 args.GetCommandString(args_string); in HandleAliasingNormalCommand()
212 bool Args::GetCommandString(std::string &command) const { in GetCommandString() function in Args