Lines Matching defs:outfile
817 register Sfio_t *outfile = wp->out;
826 if(outfile && !wp->array)
828 sfputc(outfile,'(');
832 sfputc(outfile,'\n');
852 if(outfile)
863 sfnputc(outfile,'\t',wp->indent);
871 sfputr(outfile,sp,' ');
873 nv_outname(outfile,cp,nextcp-cp);
874 sfputc(outfile,'=');
884 sfputc(outfile,'\n');
889 else if(outfile && !wp->nofollow && argv[1] && memcmp(arg,argv[1],l=strlen(arg))==0 && argv[1][l]=='[')
900 sfnputc(outfile,'\t',wp->indent);
901 nv_attribute(np,outfile,"typeset",1);
903 sfputr(outfile,arg+m+r+(n?n:0),(k?'=':'\n'));
911 sfputc(outfile,wp->indent<0?';':'\n');
913 else if(outfile && *cp=='[' && cp[-1]!='.')
919 sfnputc(outfile,'\t',wp->indent);
922 sfputr(outfile,cp,'=');
926 sfputc(outfile,wp->indent>0?'\n':';');
936 sfputc(outfile,' ');
946 if(outfile)
956 sfnputc(outfile,'\t',--wp->indent);
957 sfputc(outfile,')');
969 Sfio_t *outfile;
1060 outfile = 0;
1061 else if(!(outfile=out))
1062 outfile = out = sfnew((Sfio_t*)0,(char*)0,-1,-1,SF_WRITE|SF_STRING);
1064 off = sftell(outfile);
1066 sfseek(outfile,0L,SEEK_SET);
1067 walk.out = outfile;
1076 if(!outfile)