bitset_t           88 maint/gnulib/lib/regcomp.c static reg_errcode_t build_equiv_class (bitset_t sbcset,
bitset_t           93 maint/gnulib/lib/regcomp.c 				      bitset_t sbcset,
bitset_t          535 maint/gnulib/lib/regcomp.c static const bitset_t utf8_sb_map =
bitset_t          865 maint/gnulib/lib/regcomp.c 	  dfa->sb_char = (re_bitset_ptr_t) calloc (sizeof (bitset_t), 1);
bitset_t         2638 maint/gnulib/lib/regcomp.c build_range_exp (bitset_t sbcset, re_charset_t *mbcset, Idx *range_alloc,
bitset_t         2738 maint/gnulib/lib/regcomp.c build_collating_symbol (bitset_t sbcset, re_charset_t *mbcset,
bitset_t         2861 maint/gnulib/lib/regcomp.c build_range_exp (bitset_t sbcset, re_charset_t *mbcset, Idx *range_alloc,
bitset_t         2949 maint/gnulib/lib/regcomp.c build_collating_symbol (bitset_t sbcset, re_charset_t *mbcset,
bitset_t         3048 maint/gnulib/lib/regcomp.c   sbcset = (re_bitset_ptr_t) calloc (sizeof (bitset_t), 1);
bitset_t         3373 maint/gnulib/lib/regcomp.c build_equiv_class (bitset_t sbcset, re_charset_t *mbcset,
bitset_t         3454 maint/gnulib/lib/regcomp.c build_charclass (RE_TRANSLATE_TYPE trans, bitset_t sbcset,
bitset_t         3541 maint/gnulib/lib/regcomp.c   sbcset = (re_bitset_ptr_t) calloc (sizeof (bitset_t), 1);
bitset_t          204 maint/gnulib/lib/regex_internal.h typedef bitset_word_t bitset_t[BITSET_WORDS];
bitset_t          667 maint/gnulib/lib/regex_internal.h   bitset_t word_char;
bitset_t          707 maint/gnulib/lib/regex_internal.h bitset_set (bitset_t set, Idx i)
bitset_t          713 maint/gnulib/lib/regex_internal.h bitset_clear (bitset_t set, Idx i)
bitset_t          719 maint/gnulib/lib/regex_internal.h bitset_contain (const bitset_t set, Idx i)
bitset_t          725 maint/gnulib/lib/regex_internal.h bitset_empty (bitset_t set)
bitset_t          727 maint/gnulib/lib/regex_internal.h   memset (set, '\0', sizeof (bitset_t));
bitset_t          731 maint/gnulib/lib/regex_internal.h bitset_set_all (bitset_t set)
bitset_t          740 maint/gnulib/lib/regex_internal.h bitset_copy (bitset_t dest, const bitset_t src)
bitset_t          742 maint/gnulib/lib/regex_internal.h   memcpy (dest, src, sizeof (bitset_t));
bitset_t          746 maint/gnulib/lib/regex_internal.h bitset_not (bitset_t set)
bitset_t          758 maint/gnulib/lib/regex_internal.h bitset_merge (bitset_t dest, const bitset_t src)
bitset_t          766 maint/gnulib/lib/regex_internal.h bitset_mask (bitset_t dest, const bitset_t src)
bitset_t          164 maint/gnulib/lib/regexec.c 				       bitset_t *states_ch);
bitset_t         3247 maint/gnulib/lib/regexec.c   bitset_t acceptable;
bitset_t         3254 maint/gnulib/lib/regexec.c   bitset_t dests_ch[SBC_MAX];
bitset_t         3424 maint/gnulib/lib/regexec.c 			    re_node_set *dests_node, bitset_t *dests_ch)
bitset_t         3430 maint/gnulib/lib/regexec.c   bitset_t accepts; /* Characters a node can accept.  */
bitset_t         3533 maint/gnulib/lib/regexec.c 	  bitset_t intersec; /* Intersection sets, see below.  */
bitset_t         3534 maint/gnulib/lib/regexec.c 	  bitset_t remains;