Home | History | Annotate | Download | only in grxmlcompile

Lines Matching refs:outputLabel

126 		    if (!p_Doc.findRule( arc[loc]->outputLabel, outLabel ) ) {
128 ss << arc[loc]->outputLabel;
142 ss << SCRIPT_LABEL_PREFIX << arc[loc]->outputLabel;
162 if (arc[loc]->outputLabel == -1)
166 ss << SCRIPT_LABEL_PREFIX << arc[loc]->outputLabel;
212 if (arc[loc]->outputLabel >= 0) {
213 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) {
215 ss << arc[loc]->outputLabel;
224 if (arc[loc]->outputLabel >= 0) {
225 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) {
227 ss << arc[loc]->outputLabel;
244 if (arc[loc]->outputLabel >= 0) {
245 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) {
247 ss << arc[loc]->outputLabel;
251 else if (arc[loc]->outputLabel == INITIAL_LABEL)
253 else if (arc[loc]->outputLabel == FINAL_LABEL)
286 if (arc[loc]->outputLabel >= 0) {
287 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) {
289 ss << arc[loc]->outputLabel;
298 if (arc[loc]->outputLabel >= 0) {
299 if (!p_Doc.findLabel( arc[loc]->outputLabel, outLabel ) ) {
301 ss << arc[loc]->outputLabel;
354 if (!p_Doc.findTag( arc[loc]->outputLabel, outLabel ) ) {
355 outLabel = arc[loc]->outputLabel;
357 //ss << arc[loc]->outputLabel;
369 printf ("%d %d %d %d\n", fromId, toId, inputLabel, outputLabel);