SBC_MAX           256 lib/regcomp.c    memset (fastmap, '\0', sizeof (char) * SBC_MAX);
SBC_MAX           345 lib/regcomp.c  		  for (i = 0; i < SBC_MAX; ++i)
SBC_MAX           394 lib/regcomp.c  	  memset (fastmap, '\1', sizeof (char) * SBC_MAX);
SBC_MAX           450 lib/regcomp.c    preg->fastmap = re_malloc (char, SBC_MAX);
SBC_MAX           551 lib/regcomp.c     >> (SBC_MAX % BITSET_WORD_BITS == 0
SBC_MAX           553 lib/regcomp.c         : BITSET_WORD_BITS - SBC_MAX % BITSET_WORD_BITS))
SBC_MAX           665 lib/regcomp.c        re_comp_buf.fastmap = re_malloc (char, SBC_MAX);
SBC_MAX           927 lib/regcomp.c  	  memset (&dfa->word_char[i], '\0', (SBC_MAX - ch) / 8);
SBC_MAX          2730 lib/regcomp.c    for (wchar_t wc = 0; wc < SBC_MAX; ++wc)
SBC_MAX          2938 lib/regcomp.c    for (ch = 0; ch < SBC_MAX; ch++)
SBC_MAX          3412 lib/regcomp.c        for (ch = 0; ch < SBC_MAX; ++ch)
SBC_MAX          3497 lib/regcomp.c  	for (i = 0; i < SBC_MAX; ++i)		\
SBC_MAX          3503 lib/regcomp.c  	for (i = 0; i < SBC_MAX; ++i)		\
SBC_MAX           199 lib/regex_internal.h #define BITSET_WORDS ((SBC_MAX + BITSET_WORD_BITS - 1) / BITSET_WORD_BITS)
SBC_MAX           730 lib/regex_internal.h   memset (set, -1, sizeof (bitset_word_t) * (SBC_MAX / BITSET_WORD_BITS));
SBC_MAX           731 lib/regex_internal.h   if (SBC_MAX % BITSET_WORD_BITS != 0)
SBC_MAX           733 lib/regex_internal.h       ((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1;
SBC_MAX           746 lib/regex_internal.h   for (bitset_i = 0; bitset_i < SBC_MAX / BITSET_WORD_BITS; ++bitset_i)
SBC_MAX           748 lib/regex_internal.h   if (SBC_MAX % BITSET_WORD_BITS != 0)
SBC_MAX           750 lib/regex_internal.h       ((((bitset_word_t) 1 << SBC_MAX % BITSET_WORD_BITS) - 1)
SBC_MAX          2231 lib/regexec.c  	    return trtable[ch + SBC_MAX];
SBC_MAX          3244 lib/regexec.c    re_dfastate_t *dest_states[SBC_MAX];
SBC_MAX          3245 lib/regexec.c    re_dfastate_t *dest_states_word[SBC_MAX];
SBC_MAX          3246 lib/regexec.c    re_dfastate_t *dest_states_nl[SBC_MAX];
SBC_MAX          3254 lib/regexec.c    re_node_set dests_node[SBC_MAX];
SBC_MAX          3255 lib/regexec.c    bitset_t dests_ch[SBC_MAX];
SBC_MAX          3269 lib/regexec.c  	    calloc (sizeof (re_dfastate_t *), SBC_MAX);
SBC_MAX          3341 lib/regexec.c  	(re_dfastate_t **) calloc (sizeof (re_dfastate_t *), SBC_MAX);
SBC_MAX          3372 lib/regexec.c  	(re_dfastate_t **) calloc (sizeof (re_dfastate_t *), 2 * SBC_MAX);
SBC_MAX          3390 lib/regexec.c  	      trtable[ch + SBC_MAX] = dest_states_word[j];
SBC_MAX          3404 lib/regexec.c  	      trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];
SBC_MAX          3591 lib/regexec.c    assume (ndests <= SBC_MAX);