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

/inkscape/src/
H A Ddeptool.cpp270 int getword(int pos, String &ret);
719 int DepTool::getword(int pos, String &ret) function in class:DepTool
861 pos = getword(pos, iname);
/inkscape/
H A Dbuildtool.cpp3408 int getword(int pos, String &ret);
5299 int PkgConfig::getword(int pos, String &ret) function in class:buildtool::PkgConfig
5325 int pos2 = getword(pos, val);
5412 pos = getword(pos, attrName);
5884 int getword(int pos, String &ret);
6090 int DepTool::getword(int pos, String &ret) function in class:buildtool::DepTool
6247 pos = getword(pos, iname);
9640 static int getword(int pos, const String &inbuf, String &result) function in namespace:buildtool
9689 int p2 = getword(p, s, key);
9721 p2 = getword(
[all...]

Completed in 40 milliseconds