Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:toId

54         toId= to;
68 toId= arcsrc->toId;
85 if (arcsrc->toId == endId && newEndId >= 0)
86 toId= newEndId;
88 toId= arcsrc->toId + offset;
106 toId= Id;
146 int GetToId() { return toId; };
178 else if (toId > test->toId)
180 else if (toId < test->toId)
210 if (toId > test->toId)
212 else if (toId < test->toId)
244 else if (toId > test->toId)
246 else if (toId < test->toId)
258 else if (toId > test->toId)
260 else if (toId < test->toId)
284 if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && fromId == test->fromId && toId == test->toId)
300 if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && toId == test->toId)
318 printf ("%d %d %d %d (%d)\n", fromId, toId, inputLabel, outputLabel, centre);
323 printf ("%d %d %c %d (%d)\n", fromId, toId, inputLabel, outputLabel, centre);
334 int toId; /* to node */