Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h205 #define NEXT_NEWLINE_CONSTRAINT 0x0020 macro
218 LINE_LAST = NEXT_NEWLINE_CONSTRAINT,
535 || (((constraint) & NEXT_NEWLINE_CONSTRAINT) && !IS_NEWLINE_CONTEXT (context)) \
Dregexec.c3645 if (constraint & NEXT_NEWLINE_CONSTRAINT) in group_nodes_into_DFAstates()