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

  /toolchain/binutils/binutils-2.27/include/
xregex2.h 115 #define RE_LIMITED_OPS (RE_INTERVALS << 1)
119 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
226 RE_LIMITED_OPS, i.e., \? \+ \| are not recognized. Actually, this
229 (_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.27/libiberty/
regex.c     [all...]

Completed in 349 milliseconds