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

/inkscape/
H A Dbuildtool.cpp3209 bool getSubstitutionsRecursive(const String &s, String &result, int depth);
4585 bool MakeBase::getSubstitutionsRecursive(const String &str, function in class:buildtool::MakeBase
4621 if (!getSubstitutionsRecursive(varval, varval2, depth + 1))
4648 return getSubstitutionsRecursive(str, result, 0);

Completed in 83 milliseconds