Searched refs:inclist (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/soltools/mkdepend/ |
H A D | include.c | 40 extern struct inclist inclist[ MAXFILES ], 55 register struct inclist *ip; 63 for (ip = inclist; ip->i_file; ip++) 256 struct inclist *newinclude(newfile, incstring) in newinclude() 259 register struct inclist *ip; 265 if (inclistp == inclist + MAXFILES - 1) 278 register struct inclist *ip, *newfile; in included_by() 291 ip->i_list = (struct inclist **) 317 sizeof(struct inclist *) * ++ip->i_listlen); 324 register struct inclist *ip; in inc_clean() [all …]
|
H A D | def.h | 125 struct inclist { struct 128 struct inclist **i_list; /* list of files it itself includes */ argument 161 struct inclist *newinclude(); 162 struct inclist *inc_path(); 169 int find_includes(struct filepointer *filep, struct inclist *file, 170 struct inclist *file_red, int recursion, boolean failOK, 172 void included_by(register struct inclist *ip, 173 register struct inclist * newfile); 175 register struct filepointer *filep, register struct inclist *inc); 176 void add_include(struct filepointer *filep, struct inclist *file, [all …]
|
H A D | pr.c | 31 void pr( struct inclist *ip, char *file,char *base); 33 extern struct inclist inclist[ MAXFILES ], 44 struct inclist *file, *file_red; 51 register struct inclist *newfile; 89 register struct inclist *head; in recursive_pr_include() 104 register struct inclist *ip; in pr()
|
H A D | parse.c | 32 int gobble( register struct filepointer *filep, struct inclist *file, 33 struct inclist *file_red, struct symhash *symbols ); 35 register struct inclist *file_red, register struct inclist *file, 38 register struct inclist *file_red, register struct symhash *symbols); 45 struct inclist *file, *file_red; 172 struct inclist *file, *file_red; 227 register struct inclist *file_red, *file; 387 register struct inclist *file_red;
|
H A D | cppsetup.c | 60 struct inclist *currentinc; 65 register struct inclist *inc; 116 struct inclist *inc; 213 register struct inclist *inc;
|
H A D | main.c | 115 struct inclist inclist[ MAXFILES ], variable 116 *inclistp = inclist; 169 register struct inclist *ip;
|
Completed in 30 milliseconds