regmatch_t 810 lib/regcomp.c MAX (sizeof (regmatch_t), regmatch_t 681 lib/regex.h regmatch_t __pmatch[_Restrict_arr_ regmatch_t 615 lib/regex_internal.h regmatch_t *regs; regmatch_t 37 lib/regexec.c size_t nmatch, regmatch_t pmatch[], regmatch_t 50 lib/regexec.c static unsigned re_copy_regs (struct re_registers *regs, regmatch_t *pmatch, regmatch_t 57 lib/regexec.c static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch, regmatch_t 58 lib/regexec.c regmatch_t *prev_idx_match, Idx cur_node, regmatch_t 62 lib/regexec.c regmatch_t *regs, regmatch_t *prevregs, regmatch_t 66 lib/regexec.c size_t nmatch, regmatch_t *pmatch, regmatch_t 188 lib/regexec.c size_t nmatch, regmatch_t pmatch[_REGEX_NELTS (nmatch)], int eflags) regmatch_t 232 lib/regexec.c regmatch_t pmatch[_REGEX_NELTS (nmatch)], int eflags) regmatch_t 368 lib/regexec.c regmatch_t *pmatch; regmatch_t 413 lib/regexec.c pmatch = re_malloc (regmatch_t, nregs); regmatch_t 454 lib/regexec.c re_copy_regs (struct re_registers *regs, regmatch_t *pmatch, Idx nregs, regmatch_t 582 lib/regexec.c regmatch_t pmatch[], int eflags) regmatch_t 1199 lib/regexec.c proceed_next_node (const re_match_context_t *mctx, Idx nregs, regmatch_t *regs, regmatch_t 1200 lib/regexec.c regmatch_t *prevregs, regmatch_t 1307 lib/regexec.c Idx nregs, regmatch_t *regs, regmatch_t *prevregs, regmatch_t 1324 lib/regexec.c fs->stack[num].regs = re_malloc (regmatch_t, 2 * nregs); regmatch_t 1328 lib/regexec.c memcpy (fs->stack[num].regs, regs, sizeof (regmatch_t) * nregs); regmatch_t 1329 lib/regexec.c memcpy (fs->stack[num].regs + nregs, prevregs, sizeof (regmatch_t) * nregs); regmatch_t 1336 lib/regexec.c regmatch_t *regs, regmatch_t *prevregs, regmatch_t 1343 lib/regexec.c memcpy (regs, fs->stack[num].regs, sizeof (regmatch_t) * nregs); regmatch_t 1344 lib/regexec.c memcpy (prevregs, fs->stack[num].regs + nregs, sizeof (regmatch_t) * nregs); regmatch_t 1354 lib/regexec.c #define DYNARRAY_ELEMENT regmatch_t regmatch_t 1366 lib/regexec.c regmatch_t *pmatch, bool fl_backtrack) regmatch_t 1397 lib/regexec.c regmatch_t *prev_idx_match = regmatch_list_begin (&prev_match); regmatch_t 1398 lib/regexec.c memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch); regmatch_t 1474 lib/regexec.c update_regs (const re_dfa_t *dfa, regmatch_t *pmatch, regmatch_t 1475 lib/regexec.c regmatch_t *prev_idx_match, Idx cur_node, Idx cur_idx, Idx nmatch) regmatch_t 1500 lib/regexec.c memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch); regmatch_t 1511 lib/regexec.c memcpy (pmatch, prev_idx_match, sizeof (regmatch_t) * nmatch); regmatch_t 568 test/manual/etags/c-src/emacs/src/regex.h regmatch_t __pmatch[_Restrict_arr_],