ndests           3269 maint/gnulib/lib/regexec.c   Idx ndests; /* Number of the destination states from 'state'.  */
ndests           3289 maint/gnulib/lib/regexec.c   ndests = group_nodes_into_DFAstates (dfa, state, dests_node, dests_ch);
ndests           3290 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (ndests <= 0))
ndests           3293 maint/gnulib/lib/regexec.c       if (ndests == 0)
ndests           3304 maint/gnulib/lib/regexec.c   err = re_node_set_alloc (&follows, ndests + 1);
ndests           3309 maint/gnulib/lib/regexec.c       for (i = 0; i < ndests; ++i)
ndests           3317 maint/gnulib/lib/regexec.c   for (i = 0; i < ndests; ++i)
ndests           3425 maint/gnulib/lib/regexec.c       for (j = 0; j < ndests; ++j)
ndests           3439 maint/gnulib/lib/regexec.c   for (i = 0; i < ndests; ++i)
ndests           3457 maint/gnulib/lib/regexec.c   Idx ndests; /* Number of the destinations from 'state'.  */
ndests           3461 maint/gnulib/lib/regexec.c   ndests = 0;
ndests           3567 maint/gnulib/lib/regexec.c       for (j = 0; j < ndests; ++j)
ndests           3598 maint/gnulib/lib/regexec.c 	      bitset_copy (dests_ch[ndests], remains);
ndests           3600 maint/gnulib/lib/regexec.c 	      err = re_node_set_init_copy (dests_node + ndests, &dests_node[j]);
ndests           3603 maint/gnulib/lib/regexec.c 	      ++ndests;
ndests           3616 maint/gnulib/lib/regexec.c       if (j == ndests)
ndests           3618 maint/gnulib/lib/regexec.c 	  bitset_copy (dests_ch[ndests], accepts);
ndests           3619 maint/gnulib/lib/regexec.c 	  err = re_node_set_init_1 (dests_node + ndests, cur_nodes->elems[i]);
ndests           3622 maint/gnulib/lib/regexec.c 	  ++ndests;
ndests           3626 maint/gnulib/lib/regexec.c   assume (ndests <= SBC_MAX);
ndests           3627 maint/gnulib/lib/regexec.c   return ndests;
ndests           3629 maint/gnulib/lib/regexec.c   for (j = 0; j < ndests; ++j)