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

  /toolchain/binutils/binutils-2.27/include/
xregex2.h 102 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
106 #define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
183 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
191 & ~(RE_DOT_NOT_NULL | RE_INTERVALS | RE_CONTEXT_INDEP_OPS))
219 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
regex.h 95 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
99 # define RE_HAT_LISTS_NOT_NEWLINE (RE_DOT_NOT_NULL << 1)
198 (RE_BACKSLASH_ESCAPE_IN_LISTS | RE_DOT_NOT_NULL \
208 & ~(RE_DOT_NOT_NULL | RE_CONTEXT_INDEP_OPS \
238 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c     [all...]

Completed in 53 milliseconds