Home | History | Annotate | Download | only in libxml2

Lines Matching defs:nowrap

136 static int nowrap = 0;
3024 printf("\t--nowrap : do not put HTML doc wrapper\n");
3208 else if ((!strcmp(argv[i], "-nowrap")) ||
3209 (!strcmp(argv[i], "--nowrap")))
3210 nowrap++;
3543 if ((htmlout) && (!nowrap)) {
3783 if ((htmlout) && (!nowrap)) {