bitset_word_t     363 compat/regex/regcomp.c 	      bitset_word_t w = dfa->nodes[node].opr.sbcset[i];
bitset_word_t     365 compat/regex/regcomp.c 		if (w & ((bitset_word_t) 1 << j))
bitset_word_t     944 compat/regex/regcomp.c 		  dfa->sb_char[i] |= (bitset_word_t) 1 << j;
bitset_word_t     972 compat/regex/regcomp.c 	dfa->word_char[i] |= (bitset_word_t) 1 << j;
bitset_word_t    1303 compat/regex/regcomp.c 	  dfa->used_bkref_map &= ~((bitset_word_t) 1 << other_idx);
bitset_word_t    1348 compat/regex/regcomp.c 	       & ((bitset_word_t) 1 << node->token.opr.idx))))
bitset_word_t     175 compat/regex/regex_internal.h #define BITSET_WORD_BITS (sizeof (bitset_word_t) * CHAR_BIT)
bitset_word_t     178 compat/regex/regex_internal.h typedef bitset_word_t bitset_t[BITSET_WORDS];
bitset_word_t     179 compat/regex/regex_internal.h typedef bitset_word_t *re_bitset_ptr_t;
bitset_word_t     180 compat/regex/regex_internal.h typedef const bitset_word_t *re_const_bitset_ptr_t;
bitset_word_t     183 compat/regex/regex_internal.h   (set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS)
bitset_word_t     185 compat/regex/regex_internal.h   (set[i / BITSET_WORD_BITS] &= ~((bitset_word_t) 1 << i % BITSET_WORD_BITS))
bitset_word_t     187 compat/regex/regex_internal.h   (set[i / BITSET_WORD_BITS] & ((bitset_word_t) 1 << i % BITSET_WORD_BITS))
bitset_word_t     680 compat/regex/regex_internal.h   bitset_word_t used_bkref_map;
bitset_word_t     681 compat/regex/regex_internal.h   bitset_word_t completed_bkref_map;
bitset_word_t    1958 compat/regex/regexec.c 			   & ((bitset_word_t) 1 << subexp_idx)))
bitset_word_t    1986 compat/regex/regexec.c 		      &= ~((bitset_word_t) 1 << subexp_idx);
bitset_word_t    2446 compat/regex/regexec.c 	      & ((bitset_word_t) 1 << dfa->nodes[node].opr.idx)))
bitset_word_t    3317 compat/regex/regexec.c   bitset_word_t elem, mask;
bitset_word_t    3624 compat/regex/regexec.c 	      bitset_word_t any_set = 0;
bitset_word_t    3643 compat/regex/regexec.c 	      bitset_word_t any_set = 0;
bitset_word_t    3669 compat/regex/regexec.c 	  bitset_word_t has_intersec, not_subset, not_consumed;