Home | History | Annotate | Download | only in libxml2

Lines Matching refs:noout

35 static int noout = 0;
323 \t--noout: avoid dumping the result on stdout\n\
352 } else if ((!strcmp(argv[i], "-noout")) ||
353 (!strcmp(argv[i], "--noout"))) {
354 noout = 1;
358 noout = 1;
467 if ((!no_super_update) && (noout) && (catal != NULL) &&
483 if (noout) {
494 noout = 0;
510 noout = 0;
588 if (noout && filename && *filename) {
595 noout = 0;