Searched refs:CommandObjectMultiwordCommandsScript (Results 1 – 1 of 1) sorted by relevance
1793 #pragma mark CommandObjectMultiwordCommandsScript1797 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class1799 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript1821 ~CommandObjectMultiwordCommandsScript() override = default;2112 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()