Searched defs:file_list (Results 1 – 1 of 1) sorted by relevance
19 struct file_list { struct20 struct file_list *f_next; argument21 char *f_fn; /* the name */22 u_char f_type; /* see below */23 u_char f_flags; /* see below */24 char *f_special; /* special make rule if present */25 char *f_needs;31 union {45 } fun;