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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h163 #define NEXT_NEWLINE_CONSTRAINT 0x0020 macro
176 LINE_LAST = NEXT_NEWLINE_CONSTRAINT,
491 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
H A Dregexec.c3586 if (constraint & NEXT_NEWLINE_CONSTRAINT)

Completed in 91 milliseconds