HomeSort by relevance Sort by last modified time
    Searched defs:RE_NO_GNU_OPS (Results 1 - 4 of 4) sorted by null

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 199 # define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1)
207 # define RE_DEBUG (RE_NO_GNU_OPS << 1)
252 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
261 | RE_INTERVALS | RE_NO_GNU_OPS)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 145 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1)
153 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
195 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
204 | RE_INTERVALS | RE_NO_GNU_OPS)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 145 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1)
153 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
195 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
204 | RE_INTERVALS | RE_NO_GNU_OPS)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 145 #define RE_NO_GNU_OPS (RE_NO_POSIX_BACKTRACKING << 1)
153 #define RE_DEBUG (RE_NO_GNU_OPS << 1)
195 | RE_UNMATCHED_RIGHT_PAREN_ORD | RE_NO_GNU_OPS)
204 | RE_INTERVALS | RE_NO_GNU_OPS)

Completed in 218 milliseconds