Home
last modified time | relevance | path

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

/xnu-10063.101.15/SETUP/config/
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 Dmkheaders.c73 struct file_list *fl; in headers()
113 struct file_list *fl = NULL; /* may exit for(;;) uninitted */ in do_header()
114 struct file_list *fl_head, *fl_prev; in do_header()
164 fl = (struct file_list *) malloc(sizeof *fl); in do_header()
180 fl = (struct file_list *) malloc(sizeof *fl); in do_header()
H A Dconfig.h63 struct file_list { struct
64 struct file_list *f_next; argument
150 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;