Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregex_internal.h207 #define NEXT_ENDBUF_CONSTRAINT 0x0080 macro
220 BUF_LAST = NEXT_ENDBUF_CONSTRAINT,
536 || (((constraint) & NEXT_ENDBUF_CONSTRAINT) && !IS_ENDBUF_CONTEXT (context)))
Dregexec.c3654 if (constraint & NEXT_ENDBUF_CONSTRAINT) in group_nodes_into_DFAstates()