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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h162 #define PREV_NEWLINE_CONSTRAINT 0x0010 macro
175 LINE_FIRST = PREV_NEWLINE_CONSTRAINT,
485 || ((constraint & PREV_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context))\

Completed in 85 milliseconds