Lines Matching defs:matches
2284 XERR("function '%s' param '%s' matches func name\n",
2287 XERR("function '%s' param '%s' matches special var\n",
2640 regmatch_t matches[1];
2641 int r = regexec(rx, s, 1, matches, eflags);
2644 *start = matches[0].rm_so;
2645 *end = matches[0].rm_eo;
3056 // FIXME TODO check if file/pipe/mode matches what's in the table already.
3328 regmatch_t matches[1];
3329 int r = regexec0(rx, s, len, 1, matches, eflags);
3332 *start = matches[0].rm_so;
3333 *end = matches[0].rm_eo;
3457 // that matches the ERE. (partial spec... there's more)