Home
last modified time | relevance | path

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

/xnu-12377.41.6/SETUP/config/
H A Dmkheaders.c73 struct file_list *fl; in headers()
108 free_file_list(struct file_list *fl) in free_file_list()
110 struct file_list *fl_prev; in free_file_list()
124 struct file_list *fl = NULL; /* may exit for(;;) uninitted */ in do_header()
125 struct file_list *fl_head; in do_header()
175 fl = (struct file_list *) malloc(sizeof *fl); in do_header()
187 fl = (struct file_list *) malloc(sizeof *fl); in do_header()
H A Dmkmakefile.c74 struct file_list *fl_lookup(char *file);
75 struct file_list *fltail_lookup(char *file);
76 struct file_list *new_fent(void);
78 void put_source_file_name(FILE *fp, struct file_list *tp);
89 static struct file_list *fcur;
96 struct file_list *
99 struct file_list *fp; in fl_lookup()
112 struct file_list *
115 struct file_list *fp; in fltail_lookup()
128 struct file_list *
[all …]
H A Dconfig.h63 struct file_list { struct
64 struct file_list *f_next; argument
156 extern struct file_list *ftab, *conf_list, **confp;
H A Dexterns.c60 struct file_list *ftab, *conf_list, **confp;
H A Dparser.y33 struct file_list *file;