Searched refs:sfswap (Results 1 - 13 of 13) sorted by relevance

/ast/src/cmd/tests/sfio/
H A Dtswap.c34 if(sfswap(f1,sfstdin) != sfstdin)
42 if(!(f1 = sfswap(sfstdin,NIL(Sfio_t*))) )
50 if(sfswap(f1,f2) != NIL(Sfio_t*) )
51 terror("sfswap should have failed");
H A Dtbadargs.c91 CALL(sfswap(0, 0));
/ast/src/lib/libast/sfio/
H A Dsfswap.c33 Sfio_t* sfswap(reg Sfio_t* f1, reg Sfio_t* f2) function
35 Sfio_t* sfswap(f1,f2)
H A Dsfstack.c89 sfswap(f1,f2);
/ast/src/cmd/codexlib/bzip/
H A Dbzip.c86 sfswap(p->op, p->sp);
/ast/src/cmd/codexlib/gzip/
H A Dgzip.c90 sfswap(p->op, p->sp);
/ast/src/cmd/ksh93/sh/
H A Dsubshell.c600 sp->saveout = sfswap(sfstdout,NIL(Sfio_t*));
607 sfswap(sp->saveout,sfstdout);
610 sfswap(iop,sfstdout);
666 iop = sfswap(sfstdout,NIL(Sfio_t*));
671 iop = sfswap(sfstdout,NIL(Sfio_t*));
691 sfswap(sp->saveout,sfstdout);
H A Dio.c653 sfswap(spnew,sp);
1717 sp = sfswap(sp,NIL(Sfio_t*));
1790 sfswap(shp->sftable[savefd],shp->sftable[origfd]);
H A Dxec.c819 sfswap(shp->strbuf2,sfstdout);
875 sfswap(shp->strbuf2,sfstdout);
/ast/src/lib/libz/
H A Dsfdcgzip.c300 sfswap(sp, gz->op);
/ast/src/lib/libcodex/
H A Dcodex.c113 sfswap(code->op, code->sp);
569 sfswap(code->op, code->sp);
690 sfswap(code->op, code->sp);
/ast/src/lib/libast/include/
H A Dsfio.h234 extern Sfio_t* sfswap _ARG_((Sfio_t*, Sfio_t*));
/ast/src/lib/libast/
H A DMakefile159 sfswap.c sftable.c sftell.c sftmp.c sfungetc.c sfvprintf.c \

Completed in 3109 milliseconds