Searched refs:CommandObjectMultiwordCommandsScript (Results 1 – 1 of 1) sorted by relevance
1863 #pragma mark CommandObjectMultiwordCommandsScript1869 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class1871 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript1892 ~CommandObjectMultiwordCommandsScript() override = default;1920 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()