Home
last modified time | relevance | path

Searched refs:REG_EGREP (Results 1 – 7 of 7) sorted by relevance

/third_party/boost/libs/regex/test/c_compiler_checks/
Dposix_api_check.c30 REG_NEWLINE_ALT | REG_PERL | REG_AWK | REG_GREP | REG_EGREP;
Dposix_api_check.cpp31 REG_NEWLINE_ALT | REG_PERL | REG_AWK | REG_GREP | REG_EGREP;
Dwide_posix_api_check.cpp39 REG_NEWLINE_ALT | REG_PERL | REG_AWK | REG_GREP | REG_EGREP;
Dwide_posix_api_check.c37 REG_NEWLINE_ALT | REG_PERL | REG_AWK | REG_GREP | REG_EGREP;
/third_party/boost/boost/
Dregex.h47 using boost::REG_EGREP;
/third_party/boost/boost/regex/v4/
Dcregex.hpp112 REG_EGREP = REG_EXTENDED | REG_NEWLINE_ALT, enumerator
/third_party/boost/libs/regex/doc/
Dposix_api.qbk96 [[REG_EGREP][A shortcut for egrep like behavior: `REG_EXTENDED | REG_NEWLINE_ALT` ]]