Searched refs:dests_ch (Results 1 – 1 of 1) sorted by relevance
3337 bitset_t *dests_ch; in build_trtable() local3343 bitset_t dests_ch[SBC_MAX]; in build_trtable() member3360 dests_ch = dests_alloc->dests_ch; in build_trtable()3367 ndests = group_nodes_into_DFAstates (dfa, state, dests_node, dests_ch); in build_trtable()3462 bitset_merge (acceptable, dests_ch[i]); in build_trtable()3485 for (j = 0; (dests_ch[j][i] & mask) == 0; ++j) in build_trtable()3516 for (j = 0; (dests_ch[j][i] & mask) == 0; ++j) in build_trtable()3530 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable()3563 re_node_set *dests_node, bitset_t *dests_ch) in group_nodes_into_DFAstates() argument3683 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) in group_nodes_into_DFAstates()[all …]