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

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 143 # define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1)
147 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
251 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
285 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 89 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1)
93 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
194 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
228 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 89 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1)
93 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
194 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
228 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 89 #define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1)
93 #define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
194 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
228 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \

Completed in 293 milliseconds