Searched refs:m_regex_cmd_ap (Results 1 – 1 of 1) sorted by relevance
915 m_regex_cmd_ap.reset (new CommandObjectRegexCommand (m_interpreter, in DoExecute()970 if (m_regex_cmd_ap.get() == NULL) in AppendRegexSubstitution()1058 m_regex_cmd_ap->AddRegexCommand (regex.c_str(), in AppendRegexSubstitution()1066 if (m_regex_cmd_ap.get()) in AddRegexCommandToInterpreter()1068 if (m_regex_cmd_ap->HasRegexEntries()) in AddRegexCommandToInterpreter()1070 CommandObjectSP cmd_sp (m_regex_cmd_ap.release()); in AddRegexCommandToInterpreter()1079 m_regex_cmd_ap.reset(); in InputReaderDidCancel()1160 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_ap; member in CommandObjectCommandsAddRegex