Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c39 Idx last_str_idx)
1638 Idx str_idx = sctx->last_str_idx; in sift_states_backward()
1720 str_idx, sctx->last_str_idx); in build_sifted_states()
2186 if (node == sctx->last_node && str_idx == sctx->last_str_idx) in sift_states_bkref()
2208 if (to_idx > sctx->last_str_idx in sift_states_bkref()
2223 local_sctx.last_str_idx = str_idx; in sift_states_bkref()
4402 re_dfastate_t **limited_sts, Idx last_node, Idx last_str_idx) in sift_ctx_init() argument
4407 sctx->last_str_idx = last_str_idx; in sift_ctx_init()
Dregex_internal.h640 Idx last_str_idx; member