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

/freebsd-10.1-release/contrib/libgnuregex/
H A Dregexec.c2038 if (str_idx < lim->subexp_from)
2045 boundaries = (str_idx == lim->subexp_from);
2073 if (str_idx <= ent->subexp_from || ent->str_idx < str_idx)
2094 /* Note that (ent->subexp_to = str_idx != ent->subexp_from). */
2187 subexp_len = entry->subexp_to - entry->subexp_from;
2637 subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from;
2642 - bkref_ent->subexp_from);
3262 to_idx = cur_str + ent->subexp_to - ent->subexp_from;
4272 mctx->bkref_ents[mctx->nbkref_ents].subexp_from = from;
H A Dregex_internal.h558 int subexp_from; member in struct:re_backref_cache_entry

Completed in 175 milliseconds