Searched refs:find_files (Results 1 – 6 of 6) sorted by relevance
275 find_files (const char *dir, const char *pat) in find_files() function403 if (!(newlist = find_files (dir, RCSPAT)))
958 List *find_files (const char *dir, const char *pat);
742 flist = find_files (NULL, pat); in history()
601 * cvs.h (find_files): New proto.602 * find_names.c (find_files, strip_rcsext): New functions.603 (find_rcs): Make arg const. Use new find_files. Improve header
6903 find_files = $(wildcard $(dir)/*)6905 files := $(foreach dir,$(dirs),$(find_files))6909 Here we use the variable @code{find_files} this way. We use plain @samp{=}6913 called only once at the time of defining @code{find_files}.6929 files := $(foreach Esta escrito en espanol!,b c ch,$(find_files))6933 might be useful if the value of @code{find_files} references the variable
21302 * bin/autoscan.in: Use `getopt' and `find_files' etc.