Home
last modified time | relevance | path

Searched refs:incCollection (Results 1 – 5 of 5) sorted by last modified time

/trunk/main/soltools/mkdepend/
H A Dparse.c43 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 Dpr.c42 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 Ddef.h172 struct IncludesCollection* incCollection, struct symhash *symbols);
179 struct IncludesCollection* incCollection, struct symhash *symbols);
H A Dmain.c175 struct IncludesCollection* incCollection; local
448 incCollection = create_IncludesCollection();
456 find_includes(filecontent, ip, ip, 0, FALSE, incCollection, includes);
466 delete_IncludesCollection(incCollection);
H A Dinclude.c47 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);

Completed in 22 milliseconds