Home
last modified time | relevance | path

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

/posix/
A Dregex_internal.h577 Idx nlasts; /* The number of LASTS. */ member
A Dregexec.c2664 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx) in get_subexp()
2706 if (sub_last_idx < sub_top->nlasts) in get_subexp()
4093 for (sl_idx = 0; sl_idx < top->nlasts; ++sl_idx) in match_ctx_clean()
4232 if (__glibc_unlikely (subtop->nlasts == subtop->alasts)) in match_ctx_add_sublast()
4246 subtop->lasts[subtop->nlasts] = new_entry; in match_ctx_add_sublast()
4249 ++subtop->nlasts; in match_ctx_add_sublast()

Completed in 20 milliseconds