Searched refs:CommandObjectMultiwordProcess (Results 1 – 3 of 3) sorted by relevance
21 class CommandObjectMultiwordProcess : public CommandObjectMultiword {23 CommandObjectMultiwordProcess(CommandInterpreter &interpreter);25 ~CommandObjectMultiwordProcess() override;
1603 CommandObjectMultiwordProcess::CommandObjectMultiwordProcess( in CommandObjectMultiwordProcess() function in CommandObjectMultiwordProcess1639 CommandObjectMultiwordProcess::~CommandObjectMultiwordProcess() = default;
483 CommandObjectSP(new CommandObjectMultiwordProcess(*this)); in LoadCommandDictionary()