Searched refs:CommandObjectMultiwordSource (Results 1 – 3 of 3) sorted by relevance
24 class CommandObjectMultiwordSource : public CommandObjectMultiword {26 CommandObjectMultiwordSource(CommandInterpreter &interpreter);28 ~CommandObjectMultiwordSource() override;
1295 #pragma mark CommandObjectMultiwordSource1300 CommandObjectMultiwordSource::CommandObjectMultiwordSource( in CommandObjectMultiwordSource() function in CommandObjectMultiwordSource1313 CommandObjectMultiwordSource::~CommandObjectMultiwordSource() = default;
494 CommandObjectSP(new CommandObjectMultiwordSource(*this)); in LoadCommandDictionary()