Home | History | Annotate | Download | only in re2

Lines Matching refs:posix_syntax

509     //   posix_syntax     (false) restrict regexps to POSIX egrep syntax
517 // with (?i) unless in posix_syntax mode)
519 // The following options are only consulted when posix_syntax == true.
520 // (When posix_syntax == false these features are always enabled and
593 bool posix_syntax() const { return posix_syntax_; }