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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmllint.c128 static int noent = 0; variable
2779 printf("\t--noent : substitute entity references by their value\n");
2916 } else if ((!strcmp(argv[i], "-noent")) ||
2917 (!strcmp(argv[i], "--noent"))) {
2918 noent++;
3149 noent++;
3155 noent++;
3162 noent++;
3232 if (noent != 0) xmlSubstituteEntitiesDefault(1);

Completed in 41 milliseconds