regmatch_t 808 builtin/apply.c regmatch_t m[10]; regmatch_t 569 compat/regex/regex.h regmatch_t __pmatch[__restrict_arr], regmatch_t 643 compat/regex/regex_internal.h regmatch_t *regs; regmatch_t 42 compat/regex/regexec.c size_t nmatch, regmatch_t pmatch[], regmatch_t 53 compat/regex/regexec.c static unsigned re_copy_regs (struct re_registers *regs, regmatch_t *pmatch, regmatch_t 61 compat/regex/regexec.c static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch, regmatch_t 62 compat/regex/regexec.c regmatch_t *prev_idx_match, int cur_node, regmatch_t 66 compat/regex/regexec.c regmatch_t *regs, regmatch_t 71 compat/regex/regexec.c size_t nmatch, regmatch_t *pmatch, regmatch_t 224 compat/regex/regexec.c regmatch_t pmatch[], regmatch_t 266 compat/regex/regexec.c regmatch_t pmatch[], int eflags) regmatch_t 406 compat/regex/regexec.c regmatch_t *pmatch; regmatch_t 446 compat/regex/regexec.c pmatch = re_malloc (regmatch_t, nregs); regmatch_t 488 compat/regex/regexec.c regmatch_t *pmatch, regmatch_t 620 compat/regex/regexec.c size_t nmatch, regmatch_t pmatch[], regmatch_t 1252 compat/regex/regexec.c proceed_next_node (const re_match_context_t *mctx, int nregs, regmatch_t *regs, regmatch_t 1353 compat/regex/regexec.c int nregs, regmatch_t *regs, re_node_set *eps_via_nodes) regmatch_t 1369 compat/regex/regexec.c fs->stack[num].regs = re_malloc (regmatch_t, nregs); regmatch_t 1372 compat/regex/regexec.c memcpy (fs->stack[num].regs, regs, sizeof (regmatch_t) * nregs); regmatch_t 1380 compat/regex/regexec.c regmatch_t *regs, re_node_set *eps_via_nodes) regmatch_t 1385 compat/regex/regexec.c memcpy (regs, fs->stack[num].regs, sizeof (regmatch_t) * nregs); regmatch_t 1400 compat/regex/regexec.c regmatch_t *pmatch, int fl_backtrack) regmatch_t 1407 compat/regex/regexec.c regmatch_t *prev_idx_match; regmatch_t 1428 compat/regex/regexec.c if (__libc_use_alloca (nmatch * sizeof (regmatch_t))) regmatch_t 1429 compat/regex/regexec.c prev_idx_match = (regmatch_t *) alloca (nmatch * sizeof (regmatch_t)); regmatch_t 1433 compat/regex/regexec.c prev_idx_match = re_malloc (regmatch_t, nmatch); regmatch_t 1441 compat/regex/regexec.c memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch); regmatch_t 1525 compat/regex/regexec.c update_regs (const re_dfa_t *dfa, regmatch_t *pmatch, regmatch_t 1526 compat/regex/regexec.c regmatch_t *prev_idx_match, int cur_node, int cur_idx, int nmatch) regmatch_t 1551 compat/regex/regexec.c memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch); regmatch_t 1562 compat/regex/regexec.c memcpy (pmatch, prev_idx_match, sizeof (regmatch_t) * nmatch); regmatch_t 944 diff.c regmatch_t match[1]; regmatch_t 23 diffcore-pickaxe.c regmatch_t regmatch; regmatch_t 45 diffcore-pickaxe.c regmatch_t regmatch; regmatch_t 81 diffcore-pickaxe.c regmatch_t regmatch; regmatch_t 339 grep.c regmatch_t *match, int eflags) regmatch_t 371 grep.c regmatch_t *match, int eflags) regmatch_t 837 grep.c regmatch_t *match) regmatch_t 852 grep.c regmatch_t *match, int eflags) regmatch_t 863 grep.c regmatch_t *match, int eflags) regmatch_t 904 grep.c regmatch_t *pmatch, int eflags) regmatch_t 989 grep.c regmatch_t match; regmatch_t 1037 grep.c regmatch_t match; regmatch_t 1052 grep.c regmatch_t *pmatch, int eflags) regmatch_t 1054 grep.c regmatch_t match; regmatch_t 1072 grep.c enum grep_context ctx, regmatch_t *pmatch, int eflags) regmatch_t 1132 grep.c regmatch_t match; regmatch_t 1314 grep.c regmatch_t m; regmatch_t 658 http-backend.c regmatch_t out[1]; regmatch_t 30 line-range.c regmatch_t match[1]; regmatch_t 137 line-range.c regmatch_t match[1]; regmatch_t 8 test-regex.c regmatch_t m[1]; regmatch_t 221 xdiff-interface.c regmatch_t pmatch[2];