Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c3290 bitset_t *dests_ch; in build_trtable() local
3296 bitset_t dests_ch[SBC_MAX]; in build_trtable() member
3313 dests_ch = dests_alloc->dests_ch; in build_trtable()
3320 ndests = group_nodes_into_DFAstates (dfa, state, dests_node, dests_ch); in build_trtable()
3414 bitset_merge (acceptable, dests_ch[i]); in build_trtable()
3437 for (j = 0; (dests_ch[j][i] & mask) == 0; ++j) in build_trtable()
3468 for (j = 0; (dests_ch[j][i] & mask) == 0; ++j) in build_trtable()
3482 if (bitset_contain (dests_ch[j], NEWLINE_CHAR)) in build_trtable()
3514 re_node_set *dests_node, bitset_t *dests_ch) in group_nodes_into_DFAstates() argument
3637 if (type == CHARACTER && !bitset_contain (dests_ch[j], node->opr.c)) in group_nodes_into_DFAstates()
[all …]