bitset_word_t 352 lib/regcomp.c bitset_word_t w = dfa->nodes[node].opr.sbcset[i]; bitset_word_t 354 lib/regcomp.c if (w & ((bitset_word_t) 1 << j)) bitset_word_t 929 lib/regcomp.c dfa->sb_char[i] |= (bitset_word_t) 1 << j; bitset_word_t 957 lib/regcomp.c dfa->word_char[i] |= (bitset_word_t) 1 << j; bitset_word_t 1297 lib/regcomp.c dfa->used_bkref_map &= ~((bitset_word_t) 1 << other_idx); bitset_word_t 1342 lib/regcomp.c & ((bitset_word_t) 1 << node->token.opr.idx)))) bitset_word_t 192 lib/regex_internal.h typedef bitset_word_t bitset_t[BITSET_WORDS]; bitset_word_t 193 lib/regex_internal.h typedef bitset_word_t *re_bitset_ptr_t; bitset_word_t 194 lib/regex_internal.h typedef const bitset_word_t *re_const_bitset_ptr_t; bitset_word_t 679 lib/regex_internal.h bitset_word_t used_bkref_map; bitset_word_t 680 lib/regex_internal.h bitset_word_t completed_bkref_map; bitset_word_t 735 lib/regex_internal.h set[i / BITSET_WORD_BITS] |= (bitset_word_t) 1 << i % BITSET_WORD_BITS; bitset_word_t 741 lib/regex_internal.h set[i / BITSET_WORD_BITS] &= ~ ((bitset_word_t) 1 << i % BITSET_WORD_BITS); bitset_word_t 759 lib/regex_internal.h memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS)); bitset_word_t 762 lib/regex_internal.h ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1; bitset_word_t 779 lib/regex_internal.h ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1) bitset_word_t 2003 lib/regexec.c & ((bitset_word_t) 1 << subexp_idx))) bitset_word_t 2031 lib/regexec.c &= ~((bitset_word_t) 1 << subexp_idx); bitset_word_t 2491 lib/regexec.c & ((bitset_word_t) 1 << dfa->nodes[node].opr.idx))) bitset_word_t 3368 lib/regexec.c bitset_word_t elem, mask; bitset_word_t 3675 lib/regexec.c bitset_word_t any_set = 0; bitset_word_t 3694 lib/regexec.c bitset_word_t any_set = 0; bitset_word_t 3720 lib/regexec.c bitset_word_t has_intersec, not_subset, not_consumed;