• Home
  • Raw
  • Download

Lines Matching refs:lastId

57     opStack[popOp++]= lastId;  in pushScope()
71 lastId= opStack[--popOp]; in popScope()
98 lastId= startId; in BeginScope()
102 lastId= endId; in BeginScope()
114 lastId= ConnectLastScope (startId, closeId); in EndScope()
123 endId= lastId; in ConnectLastScope()
144 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
145 lastId= NewVertexId(); in ConnectLastScope()
146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope()
153 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
154 lastId= NewVertexId(); in ConnectLastScope()
155 (void) CreateArc (endLabel, ruleId, endScopeId, lastId); in ConnectLastScope()
158 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId); in ConnectLastScope()
159 lastId= NewVertexId(); in ConnectLastScope()
160 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId); in ConnectLastScope()
165 return lastId; in ConnectLastScope()
180 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, lastId); // start to end in CloseScope()
189 finalId= lastId + (arg2 - 1) * blockCount; in CloseScope()
192 (void) CreateArc (NONE_LABEL, NONE_LABEL, lastId + (ii - 1) * blockCount, finalId); in CloseScope()
198 lastId= finalId; in CloseScope()
206 finalId= lastId + (arg1 - 1) * blockCount; in CloseScope()
209 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, finalId, lastId, finalId); in CloseScope()
216 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, lastId); in CloseScope()
221 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, -1); in CloseScope()
225 finalId= lastId + blockCount; in CloseScope()
228 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, startId, lastId, finalId); in CloseScope()
236 lastId= finalId; in CloseScope()
241 return lastId; in CloseScope()
256 (void) CreateArc (inputLabel, tagLabel, lastId, newId); in AddItem()
257 lastId= newId; in AddItem()
261 lastId= endId; in AddItem()
266 return lastId; in AddItem()
280 (void) CreateArc (TAG_LABEL, tagLabel, lastId, newId); in AddTag()
281 lastId= newId; in AddTag()
285 lastId= endId; in AddTag()
290 return lastId; in AddTag()
313 subList[ruleId]->startId, initialId, subList[ruleId]->lastId, finalId); in ExpandRules()
346 (void) CreateArc (TERMINAL_LABEL, NONE_LABEL, lastId, TERMINAL_LABEL); in AddTerminalConnections()
360 RemoveUnvisitedArcs (startId, lastId); in RemoveRuleConnections()
373 endPoint= lastId; in RemoveRuleStarts()
394 endPoint= lastId; in RemoveRuleEnds()
415 endPoint= lastId; in RemoveNulls()
437 RemoveUnvisitedArcs (startId, lastId); in RemoveInternalConnections()
452 endPoint= lastId; in RemoveForwardConnections()
524 endPoint= lastId; in RemoveBackwardConnections()
597 endPoint= lastId; in RemoveUnreachedConnections()
617 endPoint= lastId; in RemoveUnreachedConnectionsDebug()
641 if (lastId >= 0) in ReduceArcsByEquivalence()
642 ReverseDepthData (lastId, depthMap, 1); in ReduceArcsByEquivalence()
760 endPoint= lastId; in RemoveTagConnections()