Searched refs:CommandObjectMultiwordTarget (Results 1 – 3 of 3) sorted by relevance
18 class CommandObjectMultiwordTarget : public CommandObjectMultiword {20 CommandObjectMultiwordTarget(CommandInterpreter &interpreter);22 ~CommandObjectMultiwordTarget() override;
5318 #pragma mark CommandObjectMultiwordTarget5322 CommandObjectMultiwordTarget::CommandObjectMultiwordTarget( in CommandObjectMultiwordTarget() function in CommandObjectMultiwordTarget5351 CommandObjectMultiwordTarget::~CommandObjectMultiwordTarget() = default;
586 REGISTER_COMMAND_OBJECT("target", CommandObjectMultiwordTarget); in LoadCommandDictionary()