IS_NEWLINE_CONTEXT  523 lib/regex_internal.h   || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
IS_NEWLINE_CONTEXT  529 lib/regex_internal.h   || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
IS_NEWLINE_CONTEXT 1093 lib/regexec.c        else if (IS_BEGBUF_CONTEXT (context) && IS_NEWLINE_CONTEXT (context))
IS_NEWLINE_CONTEXT 1095 lib/regexec.c        else if (IS_NEWLINE_CONTEXT (context))