Home | History | Annotate | Download | only in lib

Lines Matching refs:SBC_MAX

2338 	    return trtable[ch + SBC_MAX];
3373 re_node_set dests_node[SBC_MAX];
3374 bitset_t dests_ch[SBC_MAX];
3406 calloc (sizeof (re_dfastate_t *), SBC_MAX);
3417 if (BE ((((SIZE_MAX - (sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX)
3423 if (__libc_use_alloca ((sizeof (re_node_set) + sizeof (bitset_t)) * SBC_MAX
3500 (re_dfastate_t **) calloc (sizeof (re_dfastate_t *), SBC_MAX);
3529 starting at trtable[SBC_MAX]. */
3531 (re_dfastate_t **) calloc (sizeof (re_dfastate_t *), 2 * SBC_MAX);
3549 trtable[ch + SBC_MAX] = dest_states_word[j];
3563 trtable[NEWLINE_CHAR + SBC_MAX] = dest_states_nl[j];