Searched refs:debugent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmllint.c123 static int debugent = 0; variable
2755 if ((debugent) && (!html))
2825 printf("\t--debugent : debug the entities defined in the document\n");
3117 else if ((!strcmp(argv[i], "-debugent")) ||
3118 (!strcmp(argv[i], "--debugent"))) {
3119 debugent++;

Completed in 53 milliseconds