Searched refs:CommandObjectMultiwordProcess (Results 1 – 3 of 3) sorted by relevance
18 class CommandObjectMultiwordProcess : public CommandObjectMultiword {20 CommandObjectMultiwordProcess(CommandInterpreter &interpreter);22 ~CommandObjectMultiwordProcess() override;
1949 CommandObjectMultiwordProcess::CommandObjectMultiwordProcess( in CommandObjectMultiwordProcess() function in CommandObjectMultiwordProcess1988 CommandObjectMultiwordProcess::~CommandObjectMultiwordProcess() = default;
546 REGISTER_COMMAND_OBJECT("process", CommandObjectMultiwordProcess); in LoadCommandDictionary()