Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:lastId

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