Searched defs:file_list (Results 1 – 1 of 1) sorted by relevance
63 struct file_list { struct64 struct file_list *f_next; argument65 char *f_fn; /* the name */66 u_char f_type; /* see below */67 u_char f_flags; /* see below */68 short f_special; /* requires special make rule */69 char *f_needs;70 char *f_extra; /* stuff to add to make line */