Searched refs:subexp_to (Results 1 - 2 of 2) sorted by relevance

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregexec.c2060 if (lim->subexp_to < str_idx)
2065 boundaries |= (str_idx == lim->subexp_to) << 1;
2096 if (ent->subexp_to == str_idx)
2113 /* Note that (ent->subexp_to = str_idx != ent->subexp_from). */
2142 else /* (ent->subexp_to != str_idx) */
2206 subexp_len = entry->subexp_to - entry->subexp_from;
2657 subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from;
2661 dest_str_idx = (cur_str_idx + bkref_ent->subexp_to
3287 to_idx = cur_str + ent->subexp_to - ent->subexp_from;
4302 mctx->bkref_ents[mctx->nbkref_ents].subexp_to
[all...]
H A Dregex_internal.h602 Idx subexp_to; member in struct:re_backref_cache_entry

Completed in 11 milliseconds