Home
last modified time | relevance | path

Searched refs:RE_NO_GNU_OPS (Results 1 – 3 of 3) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex.h199 # define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1) macro
207 # 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)
Dregcomp.c1828 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()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dregexp.c82 syntax |= RE_UNMATCHED_RIGHT_PAREN_ORD | RE_LIMITED_OPS | RE_NO_GNU_OPS;