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

/inkscape/src/
H A Ddeptool.cpp275 bool sequ(int pos, char *key);
738 bool DepTool::sequ(int pos, char *key) function in class:DepTool
856 else if (sequ(pos, "#include"))
/inkscape/
H A Dbuildtool.cpp5889 bool sequ(int pos, const char *key);
6109 bool DepTool::sequ(int pos, const char *key) function in class:buildtool::DepTool
6242 else if (sequ(pos, "#include"))
10136 static bool sequ(const String &buf, const char *key) function
10218 else if (arg.size()>2 && sequ(arg, "-D"))

Completed in 75 milliseconds