Lines Matching refs:matches
174 char *sep, *base, *ptr, **dirs, **matches,
256 matches = NULL;
355 matches = LispRealloc(matches, sizeof(char*) *
357 matches[nmatches++] = LispStrdup(ptr);
386 strlen(matches[j]) + 1);
387 sprintf(dirs[i + j], "%s%s", dirs[i], matches[j]);
390 length + strlen(matches[0]) + 1);
391 strcpy(dirs[i] + length, matches[0]);
396 LispFree(matches[j]);
397 LispFree(matches);
398 matches = NULL;