word_char         972 compat/regex/regcomp.c 	dfa->word_char[i] |= (bitset_word_t) 1 << j;
word_char        1789 compat/regex/regcomp.c   token->word_char = 0;
word_char        1817 compat/regex/regcomp.c 	  token->word_char = IS_WIDE_WORD_CHAR (wc) != 0;
word_char        1821 compat/regex/regcomp.c 	token->word_char = IS_WORD_CHAR (c2) != 0;
word_char        1930 compat/regex/regcomp.c       token->word_char = IS_WIDE_WORD_CHAR (wc) != 0;
word_char        1934 compat/regex/regcomp.c     token->word_char = IS_WORD_CHAR (token->opr.c);
word_char          65 compat/regex/regex_internal.c   pstr->word_char = dfa->word_char;
word_char         795 compat/regex/regex_internal.c 	      pstr->tip_context = (bitset_contain (pstr->word_char, c)
word_char         961 compat/regex/regex_internal.c       if (bitset_contain (input->word_char, c))
word_char         349 compat/regex/regex_internal.h   unsigned int word_char : 1;
word_char         398 compat/regex/regex_internal.h   re_const_bitset_ptr_t word_char;
word_char         692 compat/regex/regex_internal.h   bitset_t word_char;
word_char        3478 compat/regex/regexec.c 	      if (dfa->word_char[i] & mask)
word_char        3625 compat/regex/regexec.c 	      if (type == CHARACTER && !node->word_char)
word_char        3633 compat/regex/regexec.c 		  any_set |= (accepts[j] &= (dfa->word_char[j] | ~dfa->sb_char[j]));
word_char        3637 compat/regex/regexec.c 		  any_set |= (accepts[j] &= dfa->word_char[j]);
word_char        3644 compat/regex/regexec.c 	      if (type == CHARACTER && node->word_char)
word_char        3652 compat/regex/regexec.c 		  any_set |= (accepts[j] &= ~(dfa->word_char[j] & dfa->sb_char[j]));
word_char        3656 compat/regex/regexec.c 		  any_set |= (accepts[j] &= ~dfa->word_char[j]);
word_char         950 grep.c         		      !word_char(bol[pmatch[0].rm_so-1])) &&
word_char         952 grep.c         		      !word_char(bol[pmatch[0].rm_eo])) )
word_char         969 grep.c         			while (word_char(bol[-1]) && bol < eol)