Lines Matching defs:debug
125 static int debug = 0;
1729 if (debug) {
1899 if ((debug)
2014 if ((debug)
2383 if (!debug) {
2665 if (debug)
2810 if (xmlHasFeature(XML_WITH_DEBUG)) fprintf(stderr, "Debug ");
2826 printf("\t--debug : dump a debug tree of the in-memory document\n");
2828 printf("\t--debugent : debug the entities defined in the document\n");
2831 printf("\t--debug : dump the nodes content when using --stream\n");
2959 if ((!strcmp(argv[i], "-debug")) || (!strcmp(argv[i], "--debug")))
2960 debug++;