nmatch            141 lib/common/operations.c     size_t nmatch = 8;
nmatch            142 lib/common/operations.c     regmatch_t pmatch[nmatch];
nmatch            152 lib/common/operations.c     rc = regexec(notify_migrate_re, key, nmatch, pmatch, 0);
nmatch             37 maint/gnulib/lib/regexec.c 					 size_t nmatch, regmatch_t pmatch[],
nmatch             59 maint/gnulib/lib/regexec.c 			 Idx cur_idx, Idx nmatch);
nmatch             66 maint/gnulib/lib/regexec.c 			       size_t nmatch, regmatch_t *pmatch,
nmatch            194 maint/gnulib/lib/regexec.c 	 size_t nmatch, regmatch_t pmatch[_REGEX_NELTS (nmatch)], int eflags)
nmatch            220 maint/gnulib/lib/regexec.c 			      length, nmatch, pmatch, eflags);
nmatch            237 maint/gnulib/lib/regexec.c 		  const char *__restrict string, size_t nmatch,
nmatch            238 maint/gnulib/lib/regexec.c 		  regmatch_t pmatch[_REGEX_NELTS (nmatch)], int eflags)
nmatch            240 maint/gnulib/lib/regexec.c   return regexec (preg, string, nmatch, pmatch,
nmatch            587 maint/gnulib/lib/regexec.c 		    Idx start, Idx last_start, Idx stop, size_t nmatch,
nmatch            607 maint/gnulib/lib/regexec.c   extra_nmatch = (nmatch > preg->re_nsub) ? nmatch - (preg->re_nsub + 1) : 0;
nmatch            608 maint/gnulib/lib/regexec.c   nmatch -= extra_nmatch;
nmatch            634 maint/gnulib/lib/regexec.c   fl_longest_match = (nmatch != 0 || dfa->nbackref);
nmatch            653 maint/gnulib/lib/regexec.c   if (nmatch > 1 || dfa->has_mb_node)
nmatch            805 maint/gnulib/lib/regexec.c 	      if ((!preg->no_sub && nmatch > 1) || dfa->nbackref)
nmatch            811 maint/gnulib/lib/regexec.c 	      if ((!preg->no_sub && nmatch > 1 && dfa->has_plural_match)
nmatch            833 maint/gnulib/lib/regexec.c   if (nmatch > 0)
nmatch            838 maint/gnulib/lib/regexec.c       for (reg_idx = 1; reg_idx < nmatch; ++reg_idx)
nmatch            848 maint/gnulib/lib/regexec.c       if (!preg->no_sub && nmatch > 1)
nmatch            850 maint/gnulib/lib/regexec.c 	  err = set_regs (preg, &mctx, nmatch, pmatch,
nmatch            859 maint/gnulib/lib/regexec.c       for (reg_idx = 0; reg_idx < nmatch; ++reg_idx)
nmatch            882 maint/gnulib/lib/regexec.c 	  pmatch[nmatch + reg_idx].rm_so = -1;
nmatch            883 maint/gnulib/lib/regexec.c 	  pmatch[nmatch + reg_idx].rm_eo = -1;
nmatch            887 maint/gnulib/lib/regexec.c 	for (reg_idx = 0; reg_idx + 1 < nmatch; reg_idx++)
nmatch           1381 maint/gnulib/lib/regexec.c set_regs (const regex_t *preg, const re_match_context_t *mctx, size_t nmatch,
nmatch           1392 maint/gnulib/lib/regexec.c   DEBUG_ASSERT (nmatch > 1);
nmatch           1407 maint/gnulib/lib/regexec.c   if (!regmatch_list_resize (&prev_match, nmatch))
nmatch           1414 maint/gnulib/lib/regexec.c   memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
nmatch           1418 maint/gnulib/lib/regexec.c       update_regs (dfa, pmatch, prev_idx_match, cur_node, idx, nmatch);
nmatch           1427 maint/gnulib/lib/regexec.c 	      for (reg_idx = 0; reg_idx < nmatch; ++reg_idx)
nmatch           1430 maint/gnulib/lib/regexec.c 		    cur_node = pop_fail_stack (fs, &idx, nmatch, pmatch,
nmatch           1444 maint/gnulib/lib/regexec.c       cur_node = proceed_next_node (mctx, nmatch, pmatch, prev_idx_match,
nmatch           1457 maint/gnulib/lib/regexec.c 	  cur_node = pop_fail_stack (fs, &idx, nmatch, pmatch,
nmatch           1491 maint/gnulib/lib/regexec.c 	     regmatch_t *prev_idx_match, Idx cur_node, Idx cur_idx, Idx nmatch)
nmatch           1499 maint/gnulib/lib/regexec.c       if (reg_num < nmatch)
nmatch           1509 maint/gnulib/lib/regexec.c       if (reg_num < nmatch)
nmatch           1516 maint/gnulib/lib/regexec.c 	      memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
nmatch           1527 maint/gnulib/lib/regexec.c 		memcpy (pmatch, prev_idx_match, sizeof (regmatch_t) * nmatch);
nmatch             63 maint/gnulib/tests/test-regex.c   int flags, nmatch;
nmatch            144 maint/gnulib/tests/test-regex.c       if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0))
nmatch            151 maint/gnulib/tests/test-regex.c       for (n = 0; n < tests[i].nmatch; ++n)