Searched refs:CommandObjectMultiwordCommands (Results 1 – 3 of 3) sorted by relevance
24 class CommandObjectMultiwordCommands : public CommandObjectMultiword {26 CommandObjectMultiwordCommands(CommandInterpreter &interpreter);28 ~CommandObjectMultiwordCommands() override;
1895 #pragma mark CommandObjectMultiwordCommands1901 CommandObjectMultiwordCommands::CommandObjectMultiwordCommands( in CommandObjectMultiwordCommands() function in CommandObjectMultiwordCommands1923 CommandObjectMultiwordCommands::~CommandObjectMultiwordCommands() = default;
468 CommandObjectSP(new CommandObjectMultiwordCommands(*this)); in LoadCommandDictionary()