Home
last modified time | relevance | path

Searched refs:REG_GREP (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.h46 using boost::REG_GREP;
/third_party/boost/boost/regex/v4/
Dcregex.hpp111 REG_GREP = REG_BASIC | REG_NEWLINE_ALT, enumerator
/third_party/boost/libs/regex/doc/
Dposix_api.qbk95 [[REG_GREP][A shortcut for grep like behavior: `REG_BASIC | REG_NEWLINE_ALT` ]]