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

/vbox/src/libs/libxml2-2.6.31/
H A DtestReader.c39 static int noent = 0; variable
124 else if ((!strcmp(argv[i], "-noent")) ||
125 (!strcmp(argv[i], "--noent")))
126 noent++;
128 if (noent != 0) xmlSubstituteEntitiesDefault(1);
H A DtestSAX.c58 static int noent = 0; variable
1162 } else if ((!strcmp(argv[i], "-noent")) ||
1163 (!strcmp(argv[i], "--noent")))
1164 noent++;
1175 if (noent != 0) xmlSubstituteEntitiesDefault(1);
H A Dxmllint.c131 static int noent = 0; variable
2835 printf("\t--noent : substitute entity references by their value\n");
2972 } else if ((!strcmp(argv[i], "-noent")) ||
2973 (!strcmp(argv[i], "--noent"))) {
2974 noent++;
3205 noent++;
3211 noent++;
3218 noent++;
3288 if (noent != 0) xmlSubstituteEntitiesDefault(1);

Completed in 49 milliseconds