Home
last modified time | relevance | path

Searched refs:REG_PERL (Results 1 – 9 of 9) 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.h44 using boost::REG_PERL;
/third_party/boost/boost/regex/v4/
Dcregex.hpp109 REG_PERL = REG_EXTENDED | REG_NOCOLLATE | REG_ESCAPE_IN_LISTS | REG_PERLEX, enumerator
/third_party/boost/libs/regex/test/regress/
Dtest_deprecated.cpp40 result = (opts & regbase::no_perl_ex) ? REG_EXTENDED : REG_PERL; in get_posix_compile_options()
/third_party/boost/libs/regex/example/timer/
Dregex_timer.cpp178 int code = regcompA(&r, s1.c_str(), boost::REG_PERL); in main()
/third_party/boost/libs/regex/doc/
Dposix_api.qbk93 [[REG_PERL][Compiles Perl like regular expressions. ]]