Lines Matching refs:inputLabel
61 switch ( arc[loc]->inputLabel ) {
78 // if (!p_Doc.findLabel( arc[loc]->inputLabel, inLabel ) ) {
79 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) {
81 ss << arc[loc]->inputLabel;
118 switch ( arc[loc]->inputLabel ) {
156 // if (!p_Doc.findLabel( arc[loc]->inputLabel, inLabel ) ) {
157 if (!p_Doc.findSortedLabel( arc[loc]->inputLabel, inLabel ) ) {
158 inLabel = arc[loc]->inputLabel;
207 switch ( arc[loc]->inputLabel ) {
281 switch ( arc[loc]->inputLabel ) {
317 if ( arc[loc]->inputLabel >= 0) {
322 if (!p_Doc.findLabel( -arc[loc]->inputLabel, inLabel ) ) {
324 ss << arc[loc]->inputLabel;
348 if (!p_Doc.findLabel( arc[loc]->inputLabel, inLabel ) ) {
349 inLabel = arc[loc]->inputLabel;
351 //ss << arc[loc]->inputLabel;
369 printf ("%d %d %d %d\n", fromId, toId, inputLabel, outputLabel);