Home | History | Annotate | Download | only in libxml2

Lines Matching full:noout

35 static int noout = 0;
322 \t--noout: avoid dumping the result on stdout\n\
351 } else if ((!strcmp(argv[i], "-noout")) ||
352 (!strcmp(argv[i], "--noout"))) {
353 noout = 1;
357 noout = 1;
466 if ((!no_super_update) && (noout) && (catal != NULL) &&
482 if (noout) {
493 noout = 0;
509 noout = 0;
587 if (noout && filename && *filename) {
594 noout = 0;