Home | History | Annotate | Download | only in libxml2

Lines Matching refs:indent

3107     const char* indent;
3492 indent = getenv("XMLLINT_INDENT");
3493 if(indent != NULL) {
3494 xmlTreeIndentString = indent;