Searched refs:incCollection (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/soltools/mkdepend/ |
H A D | include.c | 47 struct inclist *inc_path(file, include, dot, incCollection) in inc_path() argument 51 struct IncludesCollection* incCollection; 103 if ((exists_path(incCollection, path)) && stat(path, &st) == 0 && !( st.st_mode & S_IFDIR)) { 119 if ((exists_path(incCollection, path)) && stat(path, &st) == 0 && !(st.st_mode & S_IFDIR)) { 133 int exists_path(incCollection, path) in exists_path() argument 134 struct IncludesCollection* incCollection; in exists_path() 138 return call_IncludesCollection_exists(incCollection, path);
|
H A D | pr.c | 42 void add_include(filep, file, file_red, include, dot, failOK, incCollection, symbols) in add_include() argument 48 struct IncludesCollection* incCollection; 57 newfile = inc_path(file->i_file, include, dot, incCollection); 68 newfile = inc_path(file->i_file, include, dot, incCollection); 82 find_includes(content, newfile, file_red, 0, failOK, incCollection, symbols);
|
H A D | parse.c | 43 int find_includes(filep, file, file_red, recursion, failOK, incCollection, symbols) in find_includes() argument 48 struct IncludesCollection* incCollection; 60 file_red, recursion+1, failOK, incCollection, symbols); 77 file_red, recursion+1, recfailOK, incCollection, symbols); 94 file_red, recursion+1, failOK, incCollection, symbols); 108 file_red, recursion + 1, failOK, incCollection, symbols); 136 add_include(filep, file, file_red, line, FALSE, failOK, incCollection, symbols); 139 add_include(filep, file, file_red, line, TRUE, failOK, incCollection, symbols);
|
H A D | main.c | 175 struct IncludesCollection* incCollection; local 448 incCollection = create_IncludesCollection(); 456 find_includes(filecontent, ip, ip, 0, FALSE, incCollection, includes); 466 delete_IncludesCollection(incCollection);
|
H A D | def.h | 171 struct IncludesCollection* incCollection, struct symhash *symbols); 178 struct IncludesCollection* incCollection, struct symhash *symbols);
|
Completed in 26 milliseconds