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

/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c402 Sfio_t **sftable = shp->sftable; local
419 shp->sftable = (Sfio_t**)calloc(n*(sizeof(int*)+sizeof(Sfio_t*)+1),1);
421 memcpy(shp->sftable,sftable,max*sizeof(Sfio_t*));
422 shp->fdptrs = (int**)(&shp->sftable[n]);
428 if(sftable)
429 free((void*)sftable);
444 shp->sftable[0] = sfstdin;
445 shp->sftable[
[all...]
H A Dsubshell.c636 shp->sftable[fd] = iop;
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c175 if(r==0 && (r=(sfeof(shp->sftable[fd])||sferror(shp->sftable[fd]))))
183 sfclrerr(shp->sftable[fd]);
228 if(!(iop=shp->sftable[fd]) && !(iop=sh_iostream(shp,fd)))
H A Dprint.c267 if(!(outfile=shp->sftable[fd]))
271 shp->sftable[fd] = outfile = sfnew(NIL(Sfio_t*),shp->outbuff,IOBSIZE,fd,n);
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h244 Sfio_t **sftable; \
/osnet-11/usr/src/lib/libast/
H A DMakefile.com336 common/sfio/sftable.o \

Completed in 61 milliseconds