Home
last modified time | relevance | path

Searched refs:REG_NEWLINE_ALT (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/boost/regex/v4/
Dcregex.hpp106 REG_NEWLINE_ALT = 02000, enumerator
111 REG_GREP = REG_BASIC | REG_NEWLINE_ALT,
112 REG_EGREP = REG_EXTENDED | REG_NEWLINE_ALT,
/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/libs/regex/doc/
Dposix_api.qbk92 [[REG_NEWLINE_ALT ][When this flag is set then the newline character is equivalent to the alternati…
95 [[REG_GREP][A shortcut for grep like behavior: `REG_BASIC | REG_NEWLINE_ALT` ]]
96 [[REG_EGREP][A shortcut for egrep like behavior: `REG_EXTENDED | REG_NEWLINE_ALT` ]]
/third_party/boost/boost/
Dregex.h43 using boost::REG_NEWLINE_ALT;
/third_party/boost/libs/regex/src/
Dposix_api.cpp114 if(f & REG_NEWLINE_ALT) in regcompA()
Dwide_posix_api.cpp124 if(f & REG_NEWLINE_ALT) in regcompW()