Home | History | Annotate | Download | only in grxmlcompile

Lines Matching full:outscript

1276   std::string outscript;
1283 outscript = "";
1284 invMap.getValue(i,&outscript);
1285 if(outscript.length() == 0) {
1289 outfile << outscript.c_str() << " " << i << std::endl;