Lines Matching defs:inclist
134 struct inclist {
138 struct inclist **i_list; /* list of files it itself includes */
169 void included_by(struct inclist *ip, struct inclist *newfile);
170 struct inclist *newinclude(const char *newfile, const char *incstring,
173 struct inclist *inc_path(const char *file, const char *include, int type);
176 struct symtab **isdefined(const char *symbol, struct inclist *file,
177 struct inclist **srcfile);
178 void define2(const char *name, const char *val, struct inclist *file);
179 void define(char *def, struct inclist *file);
180 void undefine(const char *symbol, struct inclist *file);
182 struct inclist *file, struct inclist *file_red,
186 void recursive_pr_include(struct inclist *head,
189 struct inclist *file, struct inclist *file_red,
194 struct filepointer *filep, struct inclist *inc);
201 extern struct inclist inclist[MAXFILES];
202 extern struct inclist *inclistp;
203 extern struct inclist *inclistnext;
204 extern struct inclist maininclist;