Lines Matching refs:sfwrite
159 sfwrite(stkp,fcfirst()+type,off-offset); in refvar()
193 sfwrite(log, (void*)buff, size); in lex_advance()
195 sfwrite(sfstderr, buff, size); in lex_advance()
203 sfwrite(shp->strbuf,lp->lexd.docend,n); in lex_advance()
218 sfwrite(stkp,buff,size); in lex_advance()
1253 sfwrite(stkp,state,n); in sh_lex()
1620 sfwrite(stkp,lp->lexd.docend,n); in nested_here()
1659 sfwrite(lp->sh->stk,cp,copy); in sh_lexskip()
1675 if((k=sfwrite(sp,cp,k)) < 0) in _sfwrite()
1681 if((k=sfwrite(sp,cp,ep-cp)) < 0) in _sfwrite()
1685 # define sfwrite _sfwrite macro
1754 if((c=sfwrite(sp,bufp,c))>0) in here_copy()
1784 if((n=sfwrite(sp,bufp,n))>0) in here_copy()
1819 if((c=sfwrite(sp,cp=bufp,c))>0) in here_copy()
1843 if((n=sfwrite(sp,bufp,n))>0) in here_copy()
1861 if((n=sfwrite(sp,bufp,nsave))>0) in here_copy()
1894 if(n && (n=sfwrite(sp,bufp,n))>0) in here_copy()