Home
last modified time | relevance | path

Searched refs:_sCurrentDirectoryAtCompileTime (Results 1 – 8 of 8) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DGrfTranslate.cpp39 _sCurrentDirectoryAtCompileTime = CGRuntime::getCurrentDirectory(); in GrfTranslate()
73 _pCachedScript->parseFile(sPatternFileName.c_str(), _sCurrentDirectoryAtCompileTime); in executeInternal()
113 _pCachedScript->parseFile(sPatternFileName.c_str(), _sCurrentDirectoryAtCompileTime); in translateString()
143 _pCachedScript->parseFile(_sCachedPatternFile.c_str(), _sCurrentDirectoryAtCompileTime); in compileCpp()
H A DGrfGenerate.cpp39 _sCurrentDirectoryAtCompileTime = CGRuntime::getCurrentDirectory(); in GrfGenerate()
71 _pCachedScript->parseFile(sPatternFileName.c_str(), _sCurrentDirectoryAtCompileTime); in executeInternal()
114 _pCachedScript->parseFile(_sCachedPatternFile.c_str(), _sCurrentDirectoryAtCompileTime); in compileCpp()
H A DGrfParseAsBNF.cpp41 _sCurrentDirectoryAtCompileTime = CGRuntime::getCurrentDirectory(); in GrfParseAsBNF()
68 _pCachedScript->parseFile(sBNFFileName.c_str(), _sCurrentDirectoryAtCompileTime); in executeInternal()
H A DGrfParseStringAsBNF.cpp41 _sCurrentDirectoryAtCompileTime = CGRuntime::getCurrentDirectory(); in GrfParseStringAsBNF()
68 _pCachedScript->parseFile(sBNFFileName.c_str(), _sCurrentDirectoryAtCompileTime); in executeInternal()
H A DGrfParseAsBNF.h35 std::string _sCurrentDirectoryAtCompileTime;
H A DGrfParseStringAsBNF.h35 std::string _sCurrentDirectoryAtCompileTime;
H A DGrfGenerate.h40 std::string _sCurrentDirectoryAtCompileTime; variable
H A DGrfTranslate.h41 std::string _sCurrentDirectoryAtCompileTime; variable