Searched refs:REG_PERL (Results 1 – 9 of 9) sorted by relevance
30 REG_NEWLINE_ALT | REG_PERL | REG_AWK | REG_GREP | REG_EGREP;
31 REG_NEWLINE_ALT | REG_PERL | REG_AWK | REG_GREP | REG_EGREP;
39 REG_NEWLINE_ALT | REG_PERL | REG_AWK | REG_GREP | REG_EGREP;
37 REG_NEWLINE_ALT | REG_PERL | REG_AWK | REG_GREP | REG_EGREP;
44 using boost::REG_PERL;
109 REG_PERL = REG_EXTENDED | REG_NOCOLLATE | REG_ESCAPE_IN_LISTS | REG_PERLEX, enumerator
40 result = (opts & regbase::no_perl_ex) ? REG_EXTENDED : REG_PERL; in get_posix_compile_options()
178 int code = regcompA(&r, s1.c_str(), boost::REG_PERL); in main()
93 [[REG_PERL][Compiles Perl like regular expressions. ]]