Home | History | Annotate | Download | only in lib

Lines Matching refs:subexp_from

2057   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;