Lines Matching refs:xmlout
163 static int xmlout = 0;2509 if ((html) && (!xmlout)) {2674 if (xmlout)3013 printf("\t--xmlout : force to use the XML serializer when using --html\n");3182 else if ((!strcmp(argv[i], "-xmlout")) ||3183 (!strcmp(argv[i], "--xmlout"))) {3184 xmlout++;