Home | History | Annotate | Download | only in src

Lines Matching refs:xmlout

162 static int xmlout = 0;
2505 if ((html) && (!xmlout)) {
2660 if (xmlout)
2997 printf("\t--xmlout : force to use the XML serializer when using --html\n");
3157 else if ((!strcmp(argv[i], "-xmlout")) ||
3158 (!strcmp(argv[i], "--xmlout"))) {
3159 xmlout++;