Searched defs:nmatch (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/libc/regex/
H A Dengine.c129 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
173 == size_t nmatch, regmatch_t pmatch[], int eflags);
179 size_t nmatch,
200 nmatch = 0;
244 if (nmatch == 0 && !g->backrefs)
257 if (nmatch == 1 && !g->backrefs)
318 if (nmatch > 0) {
323 if (nmatch > 1) {
325 for (i = 1; i < nmatch; i++)
176 matcher( struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags) argument

Completed in 1521 milliseconds