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

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 160 # define RE_LIMITED_OPS (RE_INTERVALS << 1)
164 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
292 RE_LIMITED_OPS, i.e., \? \+ \| are not recognized. Actually, this
295 (_RE_SYNTAX_POSIX_COMMON | RE_LIMITED_OPS)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 108 # define RE_LIMITED_OPS (RE_INTERVALS << 1)
112 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
247 RE_LIMITED_OPS, i.e., \? \+ \| are not recognized. Actually, this
250 (_RE_SYNTAX_POSIX_COMMON | RE_LIMITED_OPS)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 108 # define RE_LIMITED_OPS (RE_INTERVALS << 1)
112 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
247 RE_LIMITED_OPS, i.e., \? \+ \| are not recognized. Actually, this
250 (_RE_SYNTAX_POSIX_COMMON | RE_LIMITED_OPS)

Completed in 117 milliseconds