Searched refs:RE_NO_GNU_OPS (Results 1 – 3 of 3) sorted by relevance
199 # define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro207 # define RE_DEBUG (RE_NO_GNU_OPS << 1)251 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)260 | RE_INTERVALS | RE_NO_GNU_OPS)
1828 if (!(syntax & RE_NO_GNU_OPS)) in peek_token()1835 if (!(syntax & RE_NO_GNU_OPS)) in peek_token()1842 if (!(syntax & RE_NO_GNU_OPS)) in peek_token()1849 if (!(syntax & RE_NO_GNU_OPS)) in peek_token()1856 if (!(syntax & RE_NO_GNU_OPS)) in peek_token()1860 if (!(syntax & RE_NO_GNU_OPS)) in peek_token()1864 if (!(syntax & RE_NO_GNU_OPS)) in peek_token()1868 if (!(syntax & RE_NO_GNU_OPS)) in peek_token()1872 if (!(syntax & RE_NO_GNU_OPS)) in peek_token()1879 if (!(syntax & RE_NO_GNU_OPS)) in peek_token()
82 syntax |= RE_UNMATCHED_RIGHT_PAREN_ORD | RE_LIMITED_OPS | RE_NO_GNU_OPS;