Searched refs:CONTEXT_WORD (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/contrib/libgnuregex/
H A Dregex_internal.h467 #define CONTEXT_WORD 1 macro
468 #define CONTEXT_NEWLINE (CONTEXT_WORD << 1)
472 #define IS_WORD_CONTEXT(c) ((c) & CONTEXT_WORD)
H A Dregex_internal.c772 ? CONTEXT_WORD
793 ? CONTEXT_WORD
950 return CONTEXT_WORD;
959 return CONTEXT_WORD;
H A Dregcomp.c1056 CONTEXT_WORD);
H A Dregexec.c3449 CONTEXT_WORD);

Completed in 180 milliseconds