Searched refs:REG_NEWLINE_ALT (Results 1 – 9 of 9) sorted by relevance
106 REG_NEWLINE_ALT = 02000, enumerator111 REG_GREP = REG_BASIC | REG_NEWLINE_ALT,112 REG_EGREP = REG_EXTENDED | REG_NEWLINE_ALT,
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;
92 [[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` ]]
43 using boost::REG_NEWLINE_ALT;
114 if(f & REG_NEWLINE_ALT) in regcompA()
124 if(f & REG_NEWLINE_ALT) in regcompW()