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

/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h473 #define IS_NEWLINE_CONTEXT(c) ((c) & CONTEXT_NEWLINE) macro
486 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\
492 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
H A Dregexec.c1067 else if (IS_BEGBUF_CONTEXT (context) && IS_NEWLINE_CONTEXT (context))
1069 else if (IS_NEWLINE_CONTEXT (context))

Completed in 104 milliseconds