Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:startId

55     opStack[popOp++]= startId;
66 prevStartId= startId;
73 startId= opStack[--popOp];
89 startId= NewVertexId();
98 lastId= startId;
114 lastId= ConnectLastScope (startId, closeId);
149 (void) CreateArc (begLabel, begOutLabel, startId, beginScopeId);
180 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, lastId); // start to end
184 blockCount= numVertex - startId - 1;
195 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId); // start to end
202 blockCount= numVertex - startId - 1;
209 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, finalId, lastId, finalId);
213 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId);
216 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, lastId);
220 blockCount= numVertex - startId;
221 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, lastId, lastId, -1);
226 blockCount= numVertex - startId;
228 CopyFastArcs (this, arcLoc, endLoc, blockCount, startId, startId, lastId, finalId);
232 (void) CreateArc (NONE_LABEL, NONE_LABEL, startId, finalId);
260 (void) CreateArc (inputLabel, tagLabel, startId, endId);
284 (void) CreateArc (TAG_LABEL, tagLabel, startId, endId);
313 subList[ruleId]->startId, initialId, subList[ruleId]->lastId, finalId);
360 RemoveUnvisitedArcs (startId, lastId);
372 startPoint= startId;
393 startPoint= startId;
414 startPoint= startId;
437 RemoveUnvisitedArcs (startId, lastId);
451 startPoint= startId;
523 startPoint= startId;
596 startPoint= startId;
616 startPoint= startId;
686 if (startId == ii || QueryNodeProperty(ii) > 0) {
729 assert (startId == 0);
759 startPoint= startId;