HomeSort by relevance Sort by last modified time
    Searched refs:RE_DOT_NEWLINE (Results 1 - 7 of 7) 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 \
regexec.c     [all...]
regcomp.c 502 syntax &= ~RE_DOT_NEWLINE;
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex28.c 1 /* Test RE_HAT_LISTS_NOT_NEWLINE and RE_DOT_NEWLINE.
34 #define EGREP_NL (RE_SYNTAX_EGREP | RE_DOT_NEWLINE) & ~RE_HAT_LISTS_NOT_NEWLINE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 91 # define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1)
95 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
201 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
235 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
regex.h 91 # define RE_DOT_NEWLINE (RE_CONTEXT_INVALID_OPS << 1)
95 # define RE_DOT_NOT_NULL (RE_DOT_NEWLINE << 1)
201 | RE_DOT_NEWLINE | RE_CONTEXT_INDEP_ANCHORS \
235 (RE_CHAR_CLASSES | RE_DOT_NEWLINE | RE_DOT_NOT_NULL \
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 100 syntax &= ~RE_DOT_NEWLINE;

Completed in 1172 milliseconds