Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libgnuregex/
Dregexec.c3337 bitset_t *dests_ch; in build_trtable() local
3343 bitset_t dests_ch[SBC_MAX]; in build_trtable() member
3360 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() argument
3683 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) in group_nodes_into_DFAstates()
[all …]