Lines Matching defs:debug
126 static int debug = 0;
1738 if (debug) {
1917 if ((debug)
2032 if ((debug)
2503 if (!debug) {
2812 if (debug)
2957 if (xmlHasFeature(XML_WITH_DEBUG)) fprintf(stderr, "Debug ");
2974 printf("\t--debug : dump a debug tree of the in-memory document\n");
2976 printf("\t--debugent : debug the entities defined in the document\n");
2979 printf("\t--debug : dump the nodes content when using --stream\n");
3117 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
3118 debug++;