Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dregexec.c2054 if (str_idx < lim->subexp_from) in check_dst_limits_calc_pos()
2061 boundaries = (str_idx == lim->subexp_from); in check_dst_limits_calc_pos()
2089 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2203 subexp_len = entry->subexp_to - entry->subexp_from; in sift_states_bkref()
2653 subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from; in transit_state_bkref()
2658 - bkref_ent->subexp_from); in transit_state_bkref()
3283 to_idx = cur_str + ent->subexp_to - ent->subexp_from; in expand_bkref_cache()
4296 mctx->bkref_ents[mctx->nbkref_ents].subexp_from = from; in match_ctx_add_entry()
Dregex_internal.h601 Idx subexp_from; member