NEXT_NOTWORD_CONSTRAINT  220 lib/regex_internal.h   WORD_LAST = PREV_WORD_CONSTRAINT | NEXT_NOTWORD_CONSTRAINT,
NEXT_NOTWORD_CONSTRAINT  221 lib/regex_internal.h   INSIDE_NOTWORD = PREV_NOTWORD_CONSTRAINT | NEXT_NOTWORD_CONSTRAINT,
NEXT_NOTWORD_CONSTRAINT  506 lib/regex_internal.h   || (((constraint) & NEXT_NOTWORD_CONSTRAINT) && IS_WORD_CONTEXT (context)) \
NEXT_NOTWORD_CONSTRAINT 3511 lib/regexec.c  	  if (constraint & NEXT_NOTWORD_CONSTRAINT)