Home
last modified time | relevance | path

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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c1672 Idx to_idx = str_idx + naccepted; in build_sifted_states() local
1674 dfa->nexts[prev_node], to_idx, in build_sifted_states()
2129 Idx to_idx; in sift_states_bkref() local
2137 to_idx = str_idx + subexp_len; in sift_states_bkref()
2141 if (to_idx > sctx->last_str_idx in sift_states_bkref()
2142 || sctx->sifted_states[to_idx] == NULL in sift_states_bkref()
2143 || !STATE_NODE_CONTAINS (sctx->sifted_states[to_idx], dst_node) in sift_states_bkref()
2145 str_idx, dst_node, to_idx)) in sift_states_bkref()
2800 Idx to_idx; in get_subexp_sub() local
2811 to_idx = bkref_str + sub_last->str_idx - sub_top->str_idx; in get_subexp_sub()
[all …]