nlasts            568 maint/gnulib/lib/regex_internal.h   Idx nlasts; /* The number of LASTS.  */
nlasts           2640 maint/gnulib/lib/regexec.c       for (sub_last_idx = 0; sub_last_idx < sub_top->nlasts; ++sub_last_idx)
nlasts           2682 maint/gnulib/lib/regexec.c       if (sub_last_idx < sub_top->nlasts)
nlasts           4050 maint/gnulib/lib/regexec.c       for (sl_idx = 0; sl_idx < top->nlasts; ++sl_idx)
nlasts           4189 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (subtop->nlasts == subtop->alasts))
nlasts           4203 maint/gnulib/lib/regexec.c       subtop->lasts[subtop->nlasts] = new_entry;
nlasts           4206 maint/gnulib/lib/regexec.c       ++subtop->nlasts;