regmatch_t        866 lib/regcomp.c  		   MAX (sizeof (regmatch_t),
regmatch_t        664 lib/regex.h    		    regmatch_t __pmatch[_Restrict_arr_],
regmatch_t        642 lib/regex_internal.h   regmatch_t *regs;
regmatch_t         45 lib/regexec.c  					 size_t nmatch, regmatch_t pmatch[],
regmatch_t         58 lib/regexec.c  static unsigned int re_copy_regs (struct re_registers *regs, regmatch_t *pmatch,
regmatch_t         68 lib/regexec.c  static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
regmatch_t         69 lib/regexec.c  			 regmatch_t *prev_idx_match, Idx cur_node,
regmatch_t         73 lib/regexec.c  				      regmatch_t *regs,
regmatch_t         78 lib/regexec.c  			       size_t nmatch, regmatch_t *pmatch,
regmatch_t        231 lib/regexec.c      regmatch_t pmatch[_Restrict_arr_];
regmatch_t        276 lib/regexec.c  		  regmatch_t pmatch[], int eflags)
regmatch_t        430 lib/regexec.c    regmatch_t *pmatch;
regmatch_t        478 lib/regexec.c    pmatch = re_malloc (regmatch_t, nregs);
regmatch_t        520 lib/regexec.c  re_copy_regs (struct re_registers *regs, regmatch_t *pmatch, Idx nregs,
regmatch_t        653 lib/regexec.c  		    size_t nmatch, regmatch_t pmatch[],
regmatch_t       1296 lib/regexec.c  proceed_next_node (const re_match_context_t *mctx, Idx nregs, regmatch_t *regs,
regmatch_t       1399 lib/regexec.c  		 Idx nregs, regmatch_t *regs, re_node_set *eps_via_nodes)
regmatch_t       1415 lib/regexec.c    fs->stack[num].regs = re_malloc (regmatch_t, nregs);
regmatch_t       1418 lib/regexec.c    memcpy (fs->stack[num].regs, regs, sizeof (regmatch_t) * nregs);
regmatch_t       1426 lib/regexec.c  		regmatch_t *regs, re_node_set *eps_via_nodes)
regmatch_t       1431 lib/regexec.c    memcpy (regs, fs->stack[num].regs, sizeof (regmatch_t) * nregs);
regmatch_t       1446 lib/regexec.c  	  regmatch_t *pmatch, bool fl_backtrack)
regmatch_t       1453 lib/regexec.c    regmatch_t *prev_idx_match;
regmatch_t       1473 lib/regexec.c    if (__libc_use_alloca (nmatch * sizeof (regmatch_t)))
regmatch_t       1474 lib/regexec.c      prev_idx_match = (regmatch_t *) alloca (nmatch * sizeof (regmatch_t));
regmatch_t       1477 lib/regexec.c        prev_idx_match = re_malloc (regmatch_t, nmatch);
regmatch_t       1485 lib/regexec.c    memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
regmatch_t       1569 lib/regexec.c  update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
regmatch_t       1570 lib/regexec.c  	     regmatch_t *prev_idx_match, Idx cur_node, Idx cur_idx, Idx nmatch)
regmatch_t       1595 lib/regexec.c  	      memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
regmatch_t       1606 lib/regexec.c  		memcpy (pmatch, prev_idx_match, sizeof (regmatch_t) * nmatch);