Searched refs:CommandObjectMultiwordCommandsScript (Results 1 – 1 of 1) sorted by relevance
2702 #pragma mark CommandObjectMultiwordCommandsScript2706 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class2708 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript2730 ~CommandObjectMultiwordCommandsScript() override = default;2993 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()