IS_NEWLINE_CONTEXT  501 lib/regex_internal.h   || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
IS_NEWLINE_CONTEXT  507 lib/regex_internal.h   || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
IS_NEWLINE_CONTEXT 1000 lib/regexec.c        else if (IS_BEGBUF_CONTEXT (context) && IS_NEWLINE_CONTEXT (context))
IS_NEWLINE_CONTEXT 1002 lib/regexec.c        else if (IS_NEWLINE_CONTEXT (context))