Searched refs:CommandObjectMultiwordCommandsScript (Results 1 – 1 of 1) sorted by relevance
2459 #pragma mark CommandObjectMultiwordCommandsScript2463 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class2465 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript2487 ~CommandObjectMultiwordCommandsScript() override = default;2750 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()