regmatch_t        164 include/crm/pengine/common.h     regmatch_t *pmatch;
regmatch_t        142 lib/common/operations.c     regmatch_t pmatch[nmatch];
regmatch_t        325 lib/pacemaker/pcmk_sched_location.c             regmatch_t *pmatch = NULL;
regmatch_t        333 lib/pacemaker/pcmk_sched_location.c             pmatch = calloc(nregs, sizeof(regmatch_t));
regmatch_t        842 maint/gnulib/lib/regcomp.c 		   MAX (sizeof (regmatch_t),
regmatch_t        681 maint/gnulib/lib/regex.h 		    regmatch_t __pmatch[_Restrict_arr_
regmatch_t        627 maint/gnulib/lib/regex_internal.h   regmatch_t *regs;
regmatch_t         37 maint/gnulib/lib/regexec.c 					 size_t nmatch, regmatch_t pmatch[],
regmatch_t         50 maint/gnulib/lib/regexec.c static unsigned re_copy_regs (struct re_registers *regs, regmatch_t *pmatch,
regmatch_t         57 maint/gnulib/lib/regexec.c static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
regmatch_t         58 maint/gnulib/lib/regexec.c 			 regmatch_t *prev_idx_match, Idx cur_node,
regmatch_t         62 maint/gnulib/lib/regexec.c 				      regmatch_t *regs, regmatch_t *prevregs,
regmatch_t         66 maint/gnulib/lib/regexec.c 			       size_t nmatch, regmatch_t *pmatch,
regmatch_t        194 maint/gnulib/lib/regexec.c 	 size_t nmatch, regmatch_t pmatch[_REGEX_NELTS (nmatch)], int eflags)
regmatch_t        238 maint/gnulib/lib/regexec.c 		  regmatch_t pmatch[_REGEX_NELTS (nmatch)], int eflags)
regmatch_t        374 maint/gnulib/lib/regexec.c   regmatch_t *pmatch;
regmatch_t        419 maint/gnulib/lib/regexec.c   pmatch = re_malloc (regmatch_t, nregs);
regmatch_t        460 maint/gnulib/lib/regexec.c re_copy_regs (struct re_registers *regs, regmatch_t *pmatch, Idx nregs,
regmatch_t        588 maint/gnulib/lib/regexec.c 		    regmatch_t pmatch[], int eflags)
regmatch_t       1213 maint/gnulib/lib/regexec.c proceed_next_node (const re_match_context_t *mctx, Idx nregs, regmatch_t *regs,
regmatch_t       1214 maint/gnulib/lib/regexec.c 		   regmatch_t *prevregs,
regmatch_t       1324 maint/gnulib/lib/regexec.c 		 Idx nregs, regmatch_t *regs, regmatch_t *prevregs,
regmatch_t       1341 maint/gnulib/lib/regexec.c   fs->stack[num].regs = re_malloc (regmatch_t, 2 * nregs);
regmatch_t       1344 maint/gnulib/lib/regexec.c   memcpy (fs->stack[num].regs, regs, sizeof (regmatch_t) * nregs);
regmatch_t       1345 maint/gnulib/lib/regexec.c   memcpy (fs->stack[num].regs + nregs, prevregs, sizeof (regmatch_t) * nregs);
regmatch_t       1352 maint/gnulib/lib/regexec.c 		regmatch_t *regs, regmatch_t *prevregs,
regmatch_t       1359 maint/gnulib/lib/regexec.c   memcpy (regs, fs->stack[num].regs, sizeof (regmatch_t) * nregs);
regmatch_t       1360 maint/gnulib/lib/regexec.c   memcpy (prevregs, fs->stack[num].regs + nregs, sizeof (regmatch_t) * nregs);
regmatch_t       1370 maint/gnulib/lib/regexec.c #define DYNARRAY_ELEMENT regmatch_t
regmatch_t       1382 maint/gnulib/lib/regexec.c 	  regmatch_t *pmatch, bool fl_backtrack)
regmatch_t       1413 maint/gnulib/lib/regexec.c   regmatch_t *prev_idx_match = regmatch_list_begin (&prev_match);
regmatch_t       1414 maint/gnulib/lib/regexec.c   memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
regmatch_t       1490 maint/gnulib/lib/regexec.c update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
regmatch_t       1491 maint/gnulib/lib/regexec.c 	     regmatch_t *prev_idx_match, Idx cur_node, Idx cur_idx, Idx nmatch)
regmatch_t       1516 maint/gnulib/lib/regexec.c 	      memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
regmatch_t       1527 maint/gnulib/lib/regexec.c 		memcpy (pmatch, prev_idx_match, sizeof (regmatch_t) * nmatch);
regmatch_t         48 maint/gnulib/tests/test-regex-quote.c     regmatch_t match[1];
regmatch_t         65 maint/gnulib/tests/test-regex-quote.c     regmatch_t match[1];
regmatch_t         64 maint/gnulib/tests/test-regex.c   regmatch_t rm[5];
regmatch_t        129 maint/gnulib/tests/test-regex.c   regmatch_t rm[5];