Searched refs:sftable (Results 1 - 6 of 6) sorted by relevance

/ast/src/cmd/ksh93/sh/
H A Dio.c408 Sfio_t **sftable = shp->sftable; local
425 shp->sftable = (Sfio_t**)calloc((n+1)*(sizeof(int*)+sizeof(Sfio_t*)+1),1);
427 memcpy(shp->sftable,sftable,max*sizeof(Sfio_t*));
428 shp->fdptrs = (int**)(&shp->sftable[n]);
434 if(sftable)
435 free((void*)sftable);
450 shp->sftable[0] = sfstdin;
451 shp->sftable[
[all...]
H A Dsubshell.c684 shp->sftable[fd] = iop;
/ast/src/cmd/ksh93/bltins/
H A Dprint.c301 if(!(outfile=shp->sftable[fd]))
305 shp->sftable[fd] = outfile = sfnew(NIL(Sfio_t*),shp->outbuff,IOBSIZE,fd,n);
H A Dread.c179 if(r==0 && (r=(sfeof(shp->sftable[fd])||sferror(shp->sftable[fd]))))
230 if(!(iop=shp->sftable[fd]) && !(iop=sh_iostream(shp,fd)))
/ast/src/cmd/ksh93/include/
H A Ddefs.h245 Sfio_t **sftable; \
/ast/src/lib/libast/
H A DMakefile159 sfswap.c sftable.c sftell.c sftmp.c sfungetc.c sfvprintf.c \
241 :READONLY: conftab.c lctab.c modedata.c /*sftable.c*/ \

Completed in 24 milliseconds