Searched refs:pmatch (Results 1 – 2 of 2) sorted by relevance
/aosp12/bionic/libc/upstream-netbsd/lib/libc/regex/ |
H A D | engine.c | 180 regmatch_t pmatch[], in matcher() argument 225 m->pmatch = NULL; in matcher() 261 if (m->pmatch == NULL) in matcher() 264 if (m->pmatch == NULL) { in matcher() 269 m->pmatch[i].rm_so = m->pmatch[i].rm_eo = (regoff_t)-1; in matcher() 324 assert(m->pmatch != NULL); in matcher() 327 pmatch[i] = m->pmatch[i]; in matcher() 335 if (m->pmatch != NULL) { in matcher() 336 free(m->pmatch); in matcher() 337 m->pmatch = NULL; in matcher() [all …]
|
H A D | regexec.c | 207 regmatch_t pmatch[], 231 return(smatcher(g, s, nmatch, pmatch, eflags)); 233 return(lmatcher(g, s, nmatch, pmatch, eflags));
|