file_list
f->next = file_list;
file_list = f;
for (f = file_list; f != NULL; f = f->next) {
pf = &file_list;
if (file_list == NULL && timo_queue == NULL) {
for (f = file_list; f != NULL; f = f->next) {
for (f = file_list; f != NULL; f = f->next) {
for (f = file_list; f != NULL; f = f->next) {
file_list = NULL;
if (file_list != NULL) {
for (f = file_list; f != NULL; f = f->next)
struct file *file_list;
extern struct file *file_list;
shrink_file_list(struct file_list *fl)
struct file_list new_fl;
merge_files(struct file_list *fl, const char *fn_out)
file_list_init(struct file_list *fl, bool tmp)
file_list_add(struct file_list *fl, char *fn, bool allocate)
file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate)
file_list_clean(struct file_list *fl)
procfile(const char *fsrc, struct sort_list *list, struct file_list *fl)
void file_list_init(struct file_list *fl, bool tmp);
void file_list_add(struct file_list *fl, char *fn, bool allocate);
void file_list_populate(struct file_list *fl, int argc, char **argv, bool allocate);
void file_list_clean(struct file_list *fl);
void merge_files(struct file_list *fl, const char *fn_out);
int procfile(const char *fn, struct sort_list *list, struct file_list *fl);
struct file_list fl;
struct file_list fl;