Lines Matching defs:outfile
758 register Sfio_t *outfile = wp->out;
767 if(outfile && !wp->array)
769 sfputc(outfile,'(');
773 sfputc(outfile,'\n');
791 if(outfile)
802 sfnputc(outfile,'\t',wp->indent);
810 sfputr(outfile,sp,' ');
812 nv_outname(outfile,cp,nextcp-cp);
813 sfputc(outfile,'=');
823 sfputc(outfile,'\n');
828 else if(outfile && !wp->nofollow && argv[1] && memcmp(arg,argv[1],l=strlen(arg))==0 && argv[1][l]=='[')
839 sfnputc(outfile,'\t',wp->indent);
840 nv_attribute(np,outfile,"typeset",1);
842 sfputr(outfile,arg+m+r+(n?n:0),(k?'=':'\n'));
850 sfputc(outfile,wp->indent<0?';':'\n');
852 else if(outfile && *cp=='[')
855 sfnputc(outfile,'\t',wp->indent);
856 sfputr(outfile,cp,'=');
858 sfputc(outfile,'\n');
868 sfputc(outfile,' ');
878 if(outfile)
888 sfnputc(outfile,'\t',--wp->indent);
889 sfputc(outfile,')');
901 Sfio_t *outfile;
990 outfile = 0;
991 else if(!(outfile=out))
992 outfile = out = sfnew((Sfio_t*)0,(char*)0,-1,-1,SF_WRITE|SF_STRING);
994 sfseek(outfile,0L,SEEK_SET);
995 walk.out = outfile;
1004 if(!outfile)