Home | History | Annotate | Download | only in grxmlcompile

Lines Matching defs:fromId

53         fromId= from;
67 fromId= arcsrc->fromId;
81 if (arcsrc->fromId == startId && newStartId >= 0)
82 fromId= newStartId;
84 fromId= arcsrc->fromId + offset;
99 fromId= Id;
142 int GetFromId() { return fromId; };
174 if (fromId > test->fromId)
176 else if (fromId < test->fromId)
214 else if (fromId > test->fromId)
216 else if (fromId < test->fromId)
232 if (fromId > test->fromId)
234 else if (fromId < test->fromId)
254 if (fromId > test->fromId)
256 else if (fromId < test->fromId)
284 if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && fromId == test->fromId && toId == test->toId)
308 if (inputLabel == test->inputLabel && outputLabel == test->outputLabel && fromId == test->fromId)
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);
333 int fromId; /* from node */