Searched refs:CommandObjectMultiwordCommandsScript (Results 1 – 1 of 1) sorted by relevance
1790 #pragma mark CommandObjectMultiwordCommandsScript1794 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class1796 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript1818 ~CommandObjectMultiwordCommandsScript() override = default;2109 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()