Searched refs:file_red (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/soltools/mkdepend/ |
| H A D | parse.c | 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); 43 int find_includes(filep, file, file_red, recursion, failOK, incCollection, symbols) in find_includes() argument 45 struct inclist *file, *file_red; 56 switch(type = deftype(line, filep, file_red, file, TRUE, symbols)) { 60 file_red, recursion+1, failOK, incCollection, symbols); 63 type = gobble(filep, file, file_red, symbols); 65 gobble(filep, file, file_red, symbols); 74 type = gobble(filep, file, file_red, symbols); [all …]
|
| H A D | pr.c | 42 void add_include(filep, file, file_red, include, dot, failOK, incCollection, symbols) in add_include() argument 44 struct inclist *file, *file_red; 61 if (file != file_red) 63 file_red->i_file, file->i_file, filep->f_line); 82 find_includes(content, newfile, file_red, 0, failOK, incCollection, symbols);
|
| H A D | def.h | 170 struct inclist *file_red, int recursion, boolean failOK, 177 struct inclist *file_red, char *include, boolean dot, boolean failOK,
|