Lines Matching full:lim
2053 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit;2057 if (str_idx < lim->subexp_from)2060 if (lim->subexp_to < str_idx)2064 boundaries = (str_idx == lim->subexp_from);2065 boundaries |= (str_idx == lim->subexp_to) << 1;