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

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 164 # define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
169 # define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
266 | RE_NEWLINE_ALT)
271 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
regex.h 110 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
115 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
209 | RE_NEWLINE_ALT)
214 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 110 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
115 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
209 | RE_NEWLINE_ALT)
214 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
regex.h 110 #define RE_NEWLINE_ALT (RE_LIMITED_OPS << 1)
115 #define RE_NO_BK_BRACES (RE_NEWLINE_ALT << 1)
209 | RE_NEWLINE_ALT)
214 | RE_NEWLINE_ALT | RE_NO_BK_PARENS \

Completed in 35 milliseconds