Home
last modified time | relevance | path

Searched refs:dests_ch (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/external/gpl2/xcvs/dist/lib/
Dregexec.c3307 bitset *dests_ch; in build_trtable() local
3313 bitset dests_ch[SBC_MAX]; in build_trtable() member
3332 dests_ch = dests_alloc->dests_ch; in build_trtable()
3339 ndests = group_nodes_into_DFAstates (dfa, state, dests_node, dests_ch); in build_trtable()
3431 bitset_merge (acceptable, dests_ch[i]); in build_trtable()
3453 for (j = 0; (dests_ch[j][i] & mask) == 0; ++j) in build_trtable()
3483 for (j = 0; (dests_ch[j][i] & mask) == 0; ++j) in build_trtable()
3497 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable()
3530 re_node_set *dests_node, bitset *dests_ch) in group_nodes_into_DFAstates() argument
3653 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) in group_nodes_into_DFAstates()
[all …]