Searched refs:CommandObjectMultiwordProcess (Results 1 – 3 of 3) sorted by relevance
25 class CommandObjectMultiwordProcess : public CommandObjectMultiword28 CommandObjectMultiwordProcess (CommandInterpreter &interpreter);31 ~CommandObjectMultiwordProcess ();
1914 CommandObjectMultiwordProcess::CommandObjectMultiwordProcess (CommandInterpreter &interpreter) : in CommandObjectMultiwordProcess() function in CommandObjectMultiwordProcess1936 CommandObjectMultiwordProcess::~CommandObjectMultiwordProcess () in ~CommandObjectMultiwordProcess()
436 m_command_dict["process"] = CommandObjectSP (new CommandObjectMultiwordProcess (*this)); in LoadCommandDictionary()