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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmllint.c120 static int debugent = 0; variable
2700 if ((debugent) && (!html))
2769 printf("\t--debugent : debug the entities defined in the document\n");
3061 else if ((!strcmp(argv[i], "-debugent")) ||
3062 (!strcmp(argv[i], "--debugent"))) {
3063 debugent++;

Completed in 29 milliseconds