Home | History | Annotate | Download | only in libxml2

Lines Matching refs:noent

132 static int noent = 0;
3008 printf("\t--noent : substitute entity references by their value\n");
3165 } else if ((!strcmp(argv[i], "-noent")) ||
3166 noent"))) {
3167 noent++;
3437 noent++;
3443 noent++;
3450 noent++;
3531 if (noent != 0) xmlSubstituteEntitiesDefault(1);