Home
last modified time | relevance | path

Searched refs:nlasts (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/cvs-1.12/lib/
HDregexec.c2699 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx) in get_subexp()
2739 if (sub_last_idx < sub_top->nlasts) in get_subexp()
4156 for (sl_idx = 0; sl_idx < top->nlasts; ++sl_idx) in match_ctx_clean()
4299 if (BE (subtop->nlasts == subtop->alasts, 0)) in match_ctx_add_sublast()
4313 subtop->lasts[subtop->nlasts] = new_entry; in match_ctx_add_sublast()
4316 ++subtop->nlasts; in match_ctx_add_sublast()
HDregex_internal.h643 Idx nlasts; /* The number of LASTS. */ member
/dragonfly/contrib/grep/lib/
HDregexec.c2659 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx) in get_subexp()
2701 if (sub_last_idx < sub_top->nlasts) in get_subexp()
4135 for (sl_idx = 0; sl_idx < top->nlasts; ++sl_idx) in match_ctx_clean()
4273 if (__glibc_unlikely (subtop->nlasts == subtop->alasts)) in match_ctx_add_sublast()
4287 subtop->lasts[subtop->nlasts] = new_entry; in match_ctx_add_sublast()
4290 ++subtop->nlasts; in match_ctx_add_sublast()
HDregex_internal.h594 Idx nlasts; /* The number of LASTS. */ member