Searched refs:re_cstr (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectRegexCommand.h43 AddRegexCommand (const char *re_cstr, const char *command_cstr);
/freebsd-10.2-release/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandObjectRegexCommand.cpp108 CommandObjectRegexCommand::AddRegexCommand (const char *re_cstr, const char *command_cstr) argument
112 if (m_entries.back().regex.Compile (re_cstr, REG_EXTENDED))

Completed in 75 milliseconds