Home | History | Annotate | Download | only in Commands

Lines Matching refs:sub_command

693                          const std::string sub_command = args.GetArgumentAtIndex(0);
694 assert (sub_command.length() != 0);
695 subcommand_obj_sp = cmd_obj->GetSubcommandSP (sub_command.c_str());
700 args.Shift(); // Shift the sub_command word off the argument vector.
707 sub_command.c_str(), actual_command.c_str());