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

/freebsd-11.0-release/contrib/libgnuregex/
H A Dregex_internal.h159 #define NEXT_WORD_CONSTRAINT 0x0004 macro
170 INSIDE_WORD = PREV_WORD_CONSTRAINT | NEXT_WORD_CONSTRAINT,
171 WORD_FIRST = PREV_NOTWORD_CONSTRAINT | NEXT_WORD_CONSTRAINT,
490 ((((constraint) & NEXT_WORD_CONSTRAINT) && !IS_WORD_CONTEXT (context)) \
H A Dregexec.c3637 if (constraint & NEXT_WORD_CONSTRAINT)

Completed in 51 milliseconds