Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/regex/
A Dregex_internal.h491 int nlasts; /* The number of LASTS. */ member
A Dregexec.c2624 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx) in get_subexp()
2665 if (sub_last_idx < sub_top->nlasts) in get_subexp()
4071 for (sl_idx = 0; sl_idx < top->nlasts; ++sl_idx) in match_ctx_clean()
4214 if (BE (subtop->nlasts == subtop->alasts, 0)) in match_ctx_add_sublast()
4228 subtop->lasts[subtop->nlasts] = new_entry; in match_ctx_add_sublast()
4231 ++subtop->nlasts; in match_ctx_add_sublast()

Completed in 14 milliseconds