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

/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex_internal.h549 int nlasts; /* The number of LASTS. */ member in struct:__anon5501
H A Dregexec.c2711 for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx)
2752 if (sub_last_idx < sub_top->nlasts)
4168 for (sl_idx = 0; sl_idx < top->nlasts; ++sl_idx)
4311 if (BE (subtop->nlasts == subtop->alasts, 0))
4325 subtop->lasts[subtop->nlasts] = new_entry;
4328 ++subtop->nlasts;

Completed in 95 milliseconds