Searched refs:CommandObjectMultiwordTarget (Results 1 – 3 of 3) sorted by relevance
27 class CommandObjectMultiwordTarget : public CommandObjectMultiword31 CommandObjectMultiwordTarget (CommandInterpreter &interpreter);34 ~CommandObjectMultiwordTarget ();
5327 #pragma mark CommandObjectMultiwordTarget5333 CommandObjectMultiwordTarget::CommandObjectMultiwordTarget (CommandInterpreter &interpreter) : in CommandObjectMultiwordTarget() function in CommandObjectMultiwordTarget5350 CommandObjectMultiwordTarget::~CommandObjectMultiwordTarget () in ~CommandObjectMultiwordTarget()
385 m_command_dict["target"] = CommandObjectSP (new CommandObjectMultiwordTarget (*this)); in LoadCommandDictionary()