Lines Matching defs:filelist
893 struct cflist *cmdlist, *filelist, *globlist;
902 filelist = malloc(sizeof(struct cflist));
903 if (filelist == NULL)
904 err(1, "malloc of filelist");
905 STAILQ_INIT(filelist);
931 parse_file(f, filelist, globlist, &defconf, &inclist);
937 * a filelist and a globlist. If there were no specific files
940 * and adds them to the filelist. Then return the worklist.
943 expand_globs(filelist, globlist);
947 return (filelist);
968 * the original filelist.
986 STAILQ_FOREACH(ent, filelist, cf_nextp) {
1045 free_clist(filelist);