ndests           3241 maint/gnulib/lib/regexec.c   Idx ndests; /* Number of the destination states from 'state'.  */
ndests           3261 maint/gnulib/lib/regexec.c   ndests = group_nodes_into_DFAstates (dfa, state, dests_node, dests_ch);
ndests           3262 maint/gnulib/lib/regexec.c   if (__glibc_unlikely (ndests <= 0))
ndests           3265 maint/gnulib/lib/regexec.c       if (ndests == 0)
ndests           3276 maint/gnulib/lib/regexec.c   err = re_node_set_alloc (&follows, ndests + 1);
ndests           3281 maint/gnulib/lib/regexec.c       for (i = 0; i < ndests; ++i)
ndests           3289 maint/gnulib/lib/regexec.c   for (i = 0; i < ndests; ++i)
ndests           3397 maint/gnulib/lib/regexec.c       for (j = 0; j < ndests; ++j)
ndests           3411 maint/gnulib/lib/regexec.c   for (i = 0; i < ndests; ++i)
ndests           3429 maint/gnulib/lib/regexec.c   Idx ndests; /* Number of the destinations from 'state'.  */
ndests           3433 maint/gnulib/lib/regexec.c   ndests = 0;
ndests           3531 maint/gnulib/lib/regexec.c       for (j = 0; j < ndests; ++j)
ndests           3562 maint/gnulib/lib/regexec.c 	      bitset_copy (dests_ch[ndests], remains);
ndests           3564 maint/gnulib/lib/regexec.c 	      err = re_node_set_init_copy (dests_node + ndests, &dests_node[j]);
ndests           3567 maint/gnulib/lib/regexec.c 	      ++ndests;
ndests           3580 maint/gnulib/lib/regexec.c       if (j == ndests)
ndests           3582 maint/gnulib/lib/regexec.c 	  bitset_copy (dests_ch[ndests], accepts);
ndests           3583 maint/gnulib/lib/regexec.c 	  err = re_node_set_init_1 (dests_node + ndests, cur_nodes->elems[i]);
ndests           3586 maint/gnulib/lib/regexec.c 	  ++ndests;
ndests           3590 maint/gnulib/lib/regexec.c   assume (ndests <= SBC_MAX);
ndests           3591 maint/gnulib/lib/regexec.c   return ndests;
ndests           3593 maint/gnulib/lib/regexec.c   for (j = 0; j < ndests; ++j)