Home | History | Annotate | Download | only in libxml2

Lines Matching defs:shift

43     char shift[101];            /* used for indenting */
71 ctxt->shift[i] = ' ';
72 ctxt->shift[100] = 0;
144 fprintf(ctxt->output, "%s", &ctxt->shift[100 - 2 * ctxt->depth]);
146 fprintf(ctxt->output, "%s", ctxt->shift);