Home | History | Annotate | Download | only in libxml2

Lines Matching refs:nowrap

134 static int nowrap = 0;
2846 printf("\t--nowrap : do not put HTML doc wrapper\n");
3012 else if ((!strcmp(argv[i], "-nowrap")) ||
3013 (!strcmp(argv[i], "--nowrap")))
3014 nowrap++;
3311 if ((htmlout) && (!nowrap)) {
3539 if ((htmlout) && (!nowrap)) {