Symbol: regmatch_t
headers/posix/regex.h
553
regmatch_t __pmatch[__restrict_arr],
src/build/libgnuregex/regex.c
4809
regmatch_t pmatch[];
src/build/libgnuregex/regex.h
478
regmatch_t pmatch[], int eflags));
src/kits/shared/RegExp.cpp
162
fMatches = new regmatch_t[fMatchCount];
src/kits/shared/RegExp.cpp
181
const regmatch_t* Matches() const
src/kits/shared/RegExp.cpp
188
regmatch_t* fMatches;
src/system/libroot/posix/glibc/regex/regcomp.c
855
MAX (sizeof (regmatch_t),
src/system/libroot/posix/glibc/regex/regex_internal.h
686
regmatch_t *regs;
src/system/libroot/posix/glibc/regex/regexec.c
1227
proceed_next_node (const re_match_context_t *mctx, Idx nregs, regmatch_t *regs,
src/system/libroot/posix/glibc/regex/regexec.c
1332
Idx nregs, regmatch_t *regs, re_node_set *eps_via_nodes)
src/system/libroot/posix/glibc/regex/regexec.c
1348
fs->stack[num].regs = re_malloc (regmatch_t, nregs);
src/system/libroot/posix/glibc/regex/regexec.c
1351
memcpy (fs->stack[num].regs, regs, sizeof (regmatch_t) * nregs);
src/system/libroot/posix/glibc/regex/regexec.c
1358
regmatch_t *regs, re_node_set *eps_via_nodes)
src/system/libroot/posix/glibc/regex/regexec.c
1363
memcpy (regs, fs->stack[num].regs, sizeof (regmatch_t) * nregs);
src/system/libroot/posix/glibc/regex/regexec.c
1378
regmatch_t *pmatch, bool fl_backtrack)
src/system/libroot/posix/glibc/regex/regexec.c
1385
regmatch_t *prev_idx_match;
src/system/libroot/posix/glibc/regex/regexec.c
1405
if (__libc_use_alloca (nmatch * sizeof (regmatch_t)))
src/system/libroot/posix/glibc/regex/regexec.c
1406
prev_idx_match = (regmatch_t *) alloca (nmatch * sizeof (regmatch_t));
src/system/libroot/posix/glibc/regex/regexec.c
1409
prev_idx_match = re_malloc (regmatch_t, nmatch);
src/system/libroot/posix/glibc/regex/regexec.c
1417
memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
src/system/libroot/posix/glibc/regex/regexec.c
1499
update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
src/system/libroot/posix/glibc/regex/regexec.c
1500
regmatch_t *prev_idx_match, Idx cur_node, Idx cur_idx, Idx nmatch)
src/system/libroot/posix/glibc/regex/regexec.c
1525
memcpy (prev_idx_match, pmatch, sizeof (regmatch_t) * nmatch);
src/system/libroot/posix/glibc/regex/regexec.c
1536
memcpy (pmatch, prev_idx_match, sizeof (regmatch_t) * nmatch);
src/system/libroot/posix/glibc/regex/regexec.c
193
size_t nmatch, regmatch_t pmatch[], int eflags)
src/system/libroot/posix/glibc/regex/regexec.c
237
regmatch_t pmatch[], int eflags)
src/system/libroot/posix/glibc/regex/regexec.c
37
size_t nmatch, regmatch_t pmatch[],
src/system/libroot/posix/glibc/regex/regexec.c
374
regmatch_t *pmatch;
src/system/libroot/posix/glibc/regex/regexec.c
417
pmatch = re_malloc (regmatch_t, nregs);
src/system/libroot/posix/glibc/regex/regexec.c
458
re_copy_regs (struct re_registers *regs, regmatch_t *pmatch, Idx nregs,
src/system/libroot/posix/glibc/regex/regexec.c
50
static unsigned re_copy_regs (struct re_registers *regs, regmatch_t *pmatch,
src/system/libroot/posix/glibc/regex/regexec.c
57
static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
src/system/libroot/posix/glibc/regex/regexec.c
58
regmatch_t *prev_idx_match, Idx cur_node,
src/system/libroot/posix/glibc/regex/regexec.c
586
regmatch_t pmatch[], int eflags)
src/system/libroot/posix/glibc/regex/regexec.c
62
regmatch_t *regs,
src/system/libroot/posix/glibc/regex/regexec.c
66
size_t nmatch, regmatch_t *pmatch,