Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h117 #define NEXT_NEWLINE_CONSTRAINT 0x0020 macro
130 LINE_LAST = NEXT_NEWLINE_CONSTRAINT,
433 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
A Dregexec.c3499 if (constraint & NEXT_NEWLINE_CONSTRAINT) in group_nodes_into_DFAstates()

Completed in 12 milliseconds