Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/libgnuregex/
Dregexec.c2035 if (str_idx < lim->subexp_from) in check_dst_limits_calc_pos()
2042 boundaries = (str_idx == lim->subexp_from); in check_dst_limits_calc_pos()
2070 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx) in check_subexp_limits()
2184 subexp_len = entry->subexp_to - entry->subexp_from; in sift_states_bkref()
2633 subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from; in transit_state_bkref()
2638 - bkref_ent->subexp_from); in transit_state_bkref()
3258 to_idx = cur_str + ent->subexp_to - ent->subexp_from; in expand_bkref_cache()
4267 mctx->bkref_ents[mctx->nbkref_ents].subexp_from = from; in match_ctx_add_entry()
Dregex_internal.h558 int subexp_from; member