Lines Matching defs:indent
570 int indent;
576 void nv_outnode(Namval_t *np, Sfio_t* out, int indent, int special)
583 Indent = indent;
589 if(indent>=0)
611 sfnputc(out,'\t',Indent = ++indent);
622 nv_outnode(mp, out, indent+(indent>=0),0);
623 if(indent>0)
624 sfnputc(out,'\t',indent);
626 sfputc(out,indent>=0?'\n':' ');
632 if(indent<0)
667 if(indent<0)
669 c = indent < -1?-1:';';
680 if(indent>0 && !(mp && special && nv_isvtree(mp)))
681 sfnputc(out,'\t',indent);
752 if(wp->indent>=0)
759 if(!wp->array && wp->indent>0)
760 sfnputc(wp->out,'\t',wp->indent);
767 sfputc(wp->out,(isarray==2?(wp->indent>=0?'\n':';'):'='));
774 nv_outnode(np, wp->out, wp->indent, special);
779 if(wp->indent>0)
781 sfnputc(wp->out,'\t',wp->indent);
807 if(wp->indent>=0)
809 wp->indent++;
826 if(wp->indent < 0 && argv[1]==0)
827 wp->indent--;
840 if(wp->indent>=0)
841 sfnputc(outfile,'\t',wp->indent);
861 if(wp->indent>=0)
877 if(wp->indent>0)
878 sfnputc(outfile,'\t',wp->indent);
889 sfputc(outfile,wp->indent<0?';':'\n');
896 if(wp->indent>0)
897 sfnputc(outfile,'\t',wp->indent);
904 sfputc(outfile,wp->indent>0?'\n':';');
911 if(wp->indent>=0)
912 wp->indent++;
933 if(wp->indent>0)
934 sfnputc(outfile,'\t',--wp->indent);
1045 walk.indent = (flags&NV_EXPORT)?-1:Indent;