Searched refs:CommandObjectMultiwordTargetStopHooks (Results 1 – 1 of 1) sorted by relevance
4974 #pragma mark CommandObjectMultiwordTargetStopHooks4978 class CommandObjectMultiwordTargetStopHooks : public CommandObjectMultiword { class4980 CommandObjectMultiwordTargetStopHooks(CommandInterpreter &interpreter) in CommandObjectMultiwordTargetStopHooks() function in CommandObjectMultiwordTargetStopHooks5002 ~CommandObjectMultiwordTargetStopHooks() override = default;5027 CommandObjectSP(new CommandObjectMultiwordTargetStopHooks(interpreter))); in CommandObjectMultiwordTarget()