Home
last modified time | relevance | path

Searched refs:lPrefixStr (Results 1 – 3 of 3) sorted by relevance

/dports/devel/open-beagle/beagle-3.0.3/beagle/src/
H A DRegister.cpp266 string lPrefixStr = lPrefix; in interpretArgs() local
267 if((lPrefixStr == "-OB") || (lPrefixStr == "-EC")) { in interpretArgs()
268 if(lPrefixStr == "-EC") { in interpretArgs()
H A DEvolver.cpp601 string lPrefixStr = lPrefix; in parseCommandLine() local
602 if((lPrefixStr == "-OB") || (lPrefixStr == "-EC")) { in parseCommandLine()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp2240 zstring lPrefixStr; in import_schema_auto_prefix() local
2243 lPrefixStr = aTargetNs.substr(lLastSlash + 1); in import_schema_auto_prefix()
2246 if (lPrefixStr == "") in import_schema_auto_prefix()
2248 lPrefixStr = "_"; in import_schema_auto_prefix()
2262 if (lIter->first == lPrefixStr) { in import_schema_auto_prefix()
2263 lPrefixStr += "_"; in import_schema_auto_prefix()
2269 SchemaPrefix lPrefix(aLoc, lPrefixStr); in import_schema_auto_prefix()