Home
last modified time | relevance | path

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

/dports/devel/codeworker/CodeWorker4_5_3/
H A DBNFReadCChar.cpp68 int iNotEmptyLocation = CGRuntime::getInputLocation(); in executeInternal() local
70 if (iNotEmptyLocation == CGRuntime::getInputLocation()) { in executeInternal()
94 …std::string sText = CGRuntime::getLastReadChars(CGRuntime::getInputLocation() - iNotEmptyLocation); in executeInternal()
H A DBNFComplementary.cpp50 int iNotEmptyLocation = CGRuntime::getInputLocation(); in executeInternal() local
63 if (_iStepLocation > iNotEmptyLocation) { in executeInternal()
65 sText = CGRuntime::getLastReadChars(_iStepLocation - iNotEmptyLocation); in executeInternal()
H A DBNFMultiplicity.cpp136 int iNotEmptyLocation; in execute() local
139 iNotEmptyLocation = CGRuntime::getInputLocation(); in execute()
178 …ring sTextToMatch = CGRuntime::getLastReadChars(CGRuntime::getInputLocation() - iNotEmptyLocation); in execute()
189 …std::string sText = CGRuntime::getLastReadChars(CGRuntime::getInputLocation() - iNotEmptyLocation); in execute()
H A DBNFFindToken.cpp81 int iNotEmptyLocation = CGRuntime::getInputLocation(); in executeInternal() local
82 int iIntermediateLocation = iNotEmptyLocation; // for 'intermediate code' only in executeInternal()
119 …riableToAssign, _bConcatVariable, iImplicitCopyPosition, iLocation, iNotEmptyLocation, iCurrentLoc… in executeInternal()
124 …gn, _bConcatIntermediateVariable, iImplicitCopyPosition, iLocation, iNotEmptyLocation, iIntermedia… in executeInternal()
H A DBNFReadCString.cpp69 int iNotEmptyLocation = CGRuntime::getInputLocation(); in executeInternal() local
96 …std::string sText = CGRuntime::getLastReadChars(CGRuntime::getInputLocation() - iNotEmptyLocation); in executeInternal()
H A DBNFReadPythonString.cpp69 int iNotEmptyLocation = CGRuntime::getInputLocation(); in executeInternal() local
96 …std::string sText = CGRuntime::getLastReadChars(CGRuntime::getInputLocation() - iNotEmptyLocation); in executeInternal()
H A DBNFReadAdaString.cpp69 int iNotEmptyLocation = CGRuntime::getInputLocation(); in executeInternal() local
96 …std::string sText = CGRuntime::getLastReadChars(CGRuntime::getInputLocation() - iNotEmptyLocation); in executeInternal()
H A DBNFClauseCall.cpp174 int iNotEmptyLocation = 0; // used only if variable to assign or constant to check in executeInternal() local
178 iNotEmptyLocation = CGRuntime::getInputLocation(); in executeInternal()
286 …else sTextToMatch = CGRuntime::getLastReadChars(CGRuntime::getInputLocation() - iNotEmptyLocation); in executeInternal()
317 …std::string sText = CGRuntime::getLastReadChars(CGRuntime::getInputLocation() - iNotEmptyLocation); in executeInternal()