Searched refs:m_regex_cmd_ap (Results 1 – 1 of 1) sorted by relevance
1025 if (m_regex_cmd_ap.get()) in IOHandlerInputComplete()1046 if (m_regex_cmd_ap->HasRegexEntries()) in IOHandlerInputComplete()1048 CommandObjectSP cmd_sp (m_regex_cmd_ap.release()); in IOHandlerInputComplete()1067 m_regex_cmd_ap.reset (new CommandObjectRegexCommand (m_interpreter, in DoExecute()1127 if (m_regex_cmd_ap.get() == NULL) in AppendRegexSubstitution()1222 m_regex_cmd_ap->AddRegexCommand (regex.c_str(), in AppendRegexSubstitution()1231 if (m_regex_cmd_ap.get()) in AddRegexCommandToInterpreter()1233 if (m_regex_cmd_ap->HasRegexEntries()) in AddRegexCommandToInterpreter()1235 CommandObjectSP cmd_sp (m_regex_cmd_ap.release()); in AddRegexCommandToInterpreter()1242 std::unique_ptr<CommandObjectRegexCommand> m_regex_cmd_ap; member in CommandObjectCommandsAddRegex