Searched refs:CommandObjectMultiwordTargetStopHooks (Results 1 – 1 of 1) sorted by relevance
4983 #pragma mark CommandObjectMultiwordTargetStopHooks4989 class CommandObjectMultiwordTargetStopHooks : public CommandObjectMultiword { class4991 CommandObjectMultiwordTargetStopHooks(CommandInterpreter &interpreter) in CommandObjectMultiwordTargetStopHooks() function in CommandObjectMultiwordTargetStopHooks5013 ~CommandObjectMultiwordTargetStopHooks() override = default;5037 CommandObjectSP(new CommandObjectMultiwordTargetStopHooks(interpreter))); in CommandObjectMultiwordTarget()