Home
last modified time | relevance | path

Searched defs:file_list (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/SETUP/config/
H A Dconfig.h63 struct file_list { struct
64 struct file_list *f_next; argument
65 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 */