Searched refs:CommandObjectMultiwordCommandsScript (Results 1 – 1 of 1) sorted by relevance
1692 #pragma mark CommandObjectMultiwordCommandsScript1696 class CommandObjectMultiwordCommandsScript : public CommandObjectMultiword { class1698 CommandObjectMultiwordCommandsScript(CommandInterpreter &interpreter) in CommandObjectMultiwordCommandsScript() function in CommandObjectMultiwordCommandsScript1720 ~CommandObjectMultiwordCommandsScript() override = default;1744 CommandObjectSP(new CommandObjectMultiwordCommandsScript(interpreter))); in CommandObjectMultiwordCommands()