Searched refs:inclist (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/makedepend/dist/ |
| H A D | def.h | 134 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 D | include.c | 145 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 D | pr.c | 30 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 D | parse.c | 30 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 D | cppsetup.c | 33 struct inclist *inc; 115 struct filepointer *filep, struct inclist *inc)
|
| H A D | main.c | 58 struct inclist inclist[MAXFILES], variable in typeref:struct:inclist[] 59 *inclistp = inclist, 60 *inclistnext = inclist, 112 struct inclist *ip;
|
Completed in 5 milliseconds