Searched refs:REG_EGREP (Results 1 – 7 of 7) 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;
47 using boost::REG_EGREP;
112 REG_EGREP = REG_EXTENDED | REG_NEWLINE_ALT, enumerator
96 [[REG_EGREP][A shortcut for egrep like behavior: `REG_EXTENDED | REG_NEWLINE_ALT` ]]