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

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex_internal.h 516 #define IS_NEWLINE_CONTEXT(c) ((c) & CONTEXT_NEWLINE)
529 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
535 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
regexec.c     [all...]

Completed in 97 milliseconds