Searched defs:include (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Ddeptool.cpp58 for you to include and use in your makefile. It also contains
61 and recursively determines which other files include it, and how
69 #include <stdio.h>
70 #include <stdarg.h>
71 #include <time.h>
72 #include <sys/time.h>
74 #include <dirent.h>
75 #include <sys/stat.h>
77 #include <string>
78 #include <se
883 processDependency(FileRec *ofile, FileRec *include, int depth) argument
962 FileRec *include = iter->second; local
[all...]
/inkscape/
H A Dbuildtool.cpp45 #include <stdio.h>
46 #include <fcntl.h>
47 #include <unistd.h>
48 #include <stdarg.h>
49 #include <sys/stat.h>
50 #include <time.h>
51 #include <sys/time.h>
52 #include <utime.h>
53 #include <dirent.h>
55 #include <iostrea
6269 processDependency(FileRec *ofile, FileRec *include) argument
6313 FileRec *include = iter->second; local
[all...]

Completed in 33 milliseconds