Searched refs:CommandObjectMultiwordTarget (Results 1 – 3 of 3) sorted by relevance
22 class CommandObjectMultiwordTarget : public CommandObjectMultiword {24 CommandObjectMultiwordTarget(CommandInterpreter &interpreter);26 ~CommandObjectMultiwordTarget() override;
5016 #pragma mark CommandObjectMultiwordTarget5022 CommandObjectMultiwordTarget::CommandObjectMultiwordTarget( in CommandObjectMultiwordTarget() function in CommandObjectMultiwordTarget5046 CommandObjectMultiwordTarget::~CommandObjectMultiwordTarget() = default;
497 CommandObjectSP(new CommandObjectMultiwordTarget(*this)); in LoadCommandDictionary()