Searched refs:CommandObjectMultiwordCommandsScript (Results 1 – 1 of 1) sorted by relevance
1812 #pragma mark CommandObjectMultiwordCommandsScript1816 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class1818 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript1840 ~CommandObjectMultiwordCommandsScript() override = default;2129 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()