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

/freebsd-10.0-release/contrib/libgnuregex/
H A Dregexec.c2041 if (lim->subexp_to < str_idx)
2046 boundaries |= (str_idx == lim->subexp_to) << 1;
2077 if (ent->subexp_to == str_idx)
2094 /* Note that (ent->subexp_to = str_idx != ent->subexp_from). */
2123 else /* (ent->subexp_to != str_idx) */
2187 subexp_len = entry->subexp_to - entry->subexp_from;
2637 subexp_len = bkref_ent->subexp_to - bkref_ent->subexp_from;
2641 dest_str_idx = (cur_str_idx + bkref_ent->subexp_to
3262 to_idx = cur_str + ent->subexp_to - ent->subexp_from;
4273 mctx->bkref_ents[mctx->nbkref_ents].subexp_to
[all...]
H A Dregex_internal.h559 int subexp_to; member in struct:re_backref_cache_entry

Completed in 71 milliseconds