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

/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregexec.c2057 if (str_idx < lim->subexp_from)
2064 boundaries = (str_idx == lim->subexp_from);
2092 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx)
2113 /* Note that (ent->subexp_to = str_idx != ent->subexp_from). */
2206 subexp_len = entry->subexp_to - entry->subexp_from;
2657 subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from;
2662 - bkref_ent->subexp_from);
3287 to_idx = cur_str + ent->subexp_to - ent->subexp_from;
4301 mctx->bkref_ents[mctx->nbkref_ents].subexp_from = from;
H A Dregex_internal.h601 Idx subexp_from; member in struct:re_backref_cache_entry

Completed in 53 milliseconds