Searched refs:inclist (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/makedepend/dist/
H A Ddef.h134 struct inclist { struct
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 *fil
[all...]
H A Dinclude.c145 struct inclist *
148 struct inclist *ip;
154 if (inclistp == inclist + MAXFILES - 1)
187 included_by(struct inclist *ip, struct inclist *newfile)
199 ip->i_list = mallocarray(ip->i_listlen, sizeof(struct inclist *));
226 sizeof(struct inclist *));
240 struct inclist *ip;
242 for (ip = inclist; ip < inclistp; ip++) {
257 if (inclistnext == inclist) {
[all...]
H A Dpr.c30 add_include(struct filepointer *filep, struct inclist *file,
31 struct inclist *file_red, const char *include, int type,
34 struct inclist *newfile;
106 pr(struct inclist *ip, const char *file, const char *base)
140 recursive_pr_include(struct inclist *head, const char *file, const char *base)
H A Dparse.c30 struct inclist *file_red, struct inclist *file,
33 struct inclist *file_red);
34 static struct symtab **slookup(const char *symbol, struct inclist *file);
35 static boolean merge2defines(struct inclist *file1, struct inclist *file2);
59 gobble(struct filepointer *filep, struct inclist *file,
60 struct inclist *file_red)
119 struct inclist *file_red, struct inclist *fil
[all...]
H A Dcppsetup.c33 struct inclist *inc;
115 struct filepointer *filep, struct inclist *inc)
H A Dmain.c58 struct inclist inclist[MAXFILES], variable in typeref:struct:inclist[]
59 *inclistp = inclist,
60 *inclistnext = inclist,
112 struct inclist *ip;

Completed in 5 milliseconds