Searched refs:CommandObjectMultiwordCommands (Results 1 – 3 of 3) sorted by relevance
19 class CommandObjectMultiwordCommands : public CommandObjectMultiword {21 CommandObjectMultiwordCommands(CommandInterpreter &interpreter);23 ~CommandObjectMultiwordCommands() override;
2727 #pragma mark CommandObjectMultiwordCommands2731 CommandObjectMultiwordCommands::CommandObjectMultiwordCommands( in CommandObjectMultiwordCommands() function in CommandObjectMultiwordCommands2753 CommandObjectMultiwordCommands::~CommandObjectMultiwordCommands() = default;
566 REGISTER_COMMAND_OBJECT("command", CommandObjectMultiwordCommands); in LoadCommandDictionary()