Home
last modified time | relevance | path

Searched refs:NEXT_NEWLINE_CONSTRAINT (Results 1 – 2 of 2) sorted by relevance

/freebsd-9-stable/gnu/lib/libregex/
Dregex_internal.h143 #define NEXT_NEWLINE_CONSTRAINT 0x0020 macro
156 LINE_LAST = NEXT_NEWLINE_CONSTRAINT,
480 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
Dregexec.c3567 if (constraint & NEXT_NEWLINE_CONSTRAINT)