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

  /toolchain/binutils/binutils-2.25/include/
xregex2.h 116 #define RE_LIMITED_OPS (RE_INTERVALS << 1)
120 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
227 RE_LIMITED_OPS, i.e., \? \+ \| are not recognized. Actually, this
230 (_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)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h 108 # define RE_LIMITED_OPS (RE_INTERVALS << 1)
112 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
250 RE_LIMITED_OPS, i.e., \? \+ \| are not recognized. Actually, this
253 (_RE_SYNTAX_POSIX_COMMON | RE_LIMITED_OPS)
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c     [all...]

Completed in 53 milliseconds