Searched defs:htmlout (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmllint.c163 static int htmlout = 0; variable
2194 } else if (htmlout) {
2841 printf("\t--htmlout : output results as HTML\n");
3000 else if ((!strcmp(argv[i], "-htmlout")) ||
3001 (!strcmp(argv[i], "--htmlout")))
3002 htmlout++;
3292 if ((htmlout) && (!nowrap)) {
3520 if ((htmlout) && (!nowrap)) {

Completed in 50 milliseconds