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

/inkscape/src/
H A Ddeptool.cpp756 bool DepTool::addIncludeFile(FileRec *frec, const String &iname) argument
760 allFiles.find(iname);
765 //trace("local: '%s'", iname.c_str());
766 frec->files[iname] = other;
778 dfname.append(iname);
783 //trace("other: '%s'", iname.c_str());
860 String iname; local
861 pos = getword(pos, iname);
862 if (iname.size()>2)
864 iname
[all...]
/inkscape/
H A Dbuildtool.cpp6127 bool DepTool::addIncludeFile(FileRec *frec, const String &iname) argument
6132 allFiles.find(iname);
6137 //trace("local: '%s'", iname.c_str());
6138 frec->files[iname] = other;
6151 dfname.append(iname);
6161 //trace("other: '%s'", iname.c_str());
6246 String iname; local
6247 pos = getword(pos, iname);
6248 if (iname.size()>2)
6250 iname
[all...]

Completed in 46 milliseconds