Searched refs:IS_NEWLINE_CONTEXT (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h472 #define IS_NEWLINE_CONTEXT(c) ((c) & CONTEXT_NEWLINE) macro
485 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
491 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
H A Dregexec.c1046 else if (IS_BEGBUF_CONTEXT (context) && IS_NEWLINE_CONTEXT (context))
1048 else if (IS_NEWLINE_CONTEXT (context))

Completed in 44 milliseconds