Searched refs:regmatch_t (Results 1 - 6 of 6) sorted by relevance

/haiku/src/build/libgnuregex/
H A Dregex.h386 } regmatch_t;
483 regmatch_t pmatch[], int eflags));
382 } regmatch_t; typedef in typeref:struct:__anon1707
H A Dregex.c4829 regmatch_t pmatch[];
/haiku/src/kits/shared/
H A DRegExp.cpp162 fMatches = new regmatch_t[fMatchCount];
181 const regmatch_t* Matches() const
188 regmatch_t* fMatches;
/haiku/headers/posix/
H A Dregex.h449 } regmatch_t;
557 regmatch_t __pmatch[__restrict_arr],
446 } regmatch_t; typedef in typeref:struct:__anon2
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregexec.c42 size_t nmatch, regmatch_t pmatch[],
53 static unsigned re_copy_regs (struct re_registers *regs, regmatch_t *pmatch,
62 static void update_regs (const re_dfa_t *dfa, regmatch_t *pmatch,
63 regmatch_t *prev_idx_match, int cur_node,
67 regmatch_t *regs,
72 size_t nmatch, regmatch_t *pmatch,
226 regmatch_t pmatch[];
269 regmatch_t pmatch[], int eflags)
419 regmatch_t *pmatch;
460 pmatch = re_malloc (regmatch_t, nreg
[all...]
H A Dregex_internal.h604 regmatch_t *regs;

Completed in 68 milliseconds