Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.h209 #define NEXT_WORD_CONSTRAINT 0x0004 macro
220 INSIDE_WORD = PREV_WORD_CONSTRAINT | NEXT_WORD_CONSTRAINT,
221 WORD_FIRST = PREV_NOTWORD_CONSTRAINT | NEXT_WORD_CONSTRAINT,
517 ((((constraint) & NEXT_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
A Dregexec.c3524 if (constraint & NEXT_WORD_CONSTRAINT) in group_nodes_into_DFAstates()

Completed in 15 milliseconds