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

/inkscape/
H A Dbuildtool.cpp5471 String attrNameL = toLower(attrName); local
5473 if (attrNameL == "name")
5475 else if (attrNameL == "description")
5477 else if (attrNameL == "cflags")
5479 else if (attrNameL == "libs")
5481 else if (attrNameL == "requires")
5483 else if (attrNameL == "version")

Completed in 58 milliseconds