Searched refs:sftable (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/ |
H A D | io.c | 408 Sfio_t **sftable = shp->sftable; in sh_iovalidfd() local 425 shp->sftable = (Sfio_t**)calloc((n+1)*(sizeof(int*)+sizeof(Sfio_t*)+1),1); in sh_iovalidfd() 427 memcpy(shp->sftable,sftable,max*sizeof(Sfio_t*)); in sh_iovalidfd() 428 shp->fdptrs = (int**)(&shp->sftable[n]); in sh_iovalidfd() 434 if(sftable) in sh_iovalidfd() 435 free((void*)sftable); in sh_iovalidfd() 450 shp->sftable[0] = sfstdin; in sh_ioinit() 451 shp->sftable[1] = sfstdout; in sh_ioinit() 452 shp->sftable[2] = sfstderr; in sh_ioinit() 549 if((iop = shp->sftable[fd]) && sffileno(iop)>=0) in sh_iostream() [all …]
|
H A D | subshell.c | 689 shp->sftable[fd] = iop; in sh_subshell()
|
H A D | macro.c | 2136 if(sp=mp->shp->sftable[fd]) in comsubst() 2142 if(!(sp=mp->shp->sftable[fd])) in comsubst()
|
H A D | lex.c | 2164 if((sp=fcfile()) || (shp->infd>=0 && (sp=shp->sftable[shp->infd]))) in sh_syntax()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/ |
H A D | read.c | 179 if(r==0 && (r=(sfeof(shp->sftable[fd])||sferror(shp->sftable[fd])))) in b_read() 230 if(!(iop=shp->sftable[fd]) && !(iop=sh_iostream(shp,fd))) in sh_readline()
|
H A D | print.c | 311 if(!(outfile=shp->sftable[fd])) in b_print() 315 shp->sftable[fd] = outfile = sfnew(NIL(Sfio_t*),shp->outbuff,IOBSIZE,fd,n); in b_print()
|
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/ |
H A D | defs.h | 247 Sfio_t **sftable; \
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
H A D | Makefile | 159 sfswap.c sftable.c sftell.c sftmp.c sfungetc.c sfvprintf.c \ 241 :READONLY: conftab.c lctab.c modedata.c /*sftable.c*/ \
|
H A D | RELEASE | 574 05-02-08 features/float,sfio.h,sfcvt.c,sftable.c: add INF and fix NAN 712 03-09-20 sftable.c,sfvprintf.c: fix SFFMT_CHAR handling to match extf api 981 sfio/sftable.h: used _ast_*_nan_init for huge values 1044 sftable.c: ifdef hacks for _WIN32&_ALPHA_ fp exception 1216 sftable: initialize decimal and thousand
|
H A D | Mamfile | 4400 make sftable.o 4401 make sfio/sftable.c 4412 done sfio/sftable.c 4413 meta sftable.o %.c>%.o sfio/sftable.c sftable 4414 prev sfio/sftable.c 4415 … -I. -Icomp -Iport -Isfio -Iinclude -Istd -I${INSTALLROOT}/include -D_PACKAGE_ast -c sfio/sftable.c 4416 done sftable.o generated 6104 …etbuf.o sfsetfd.o sfsize.o sfsk.o sfstack.o sfstrtod.o sfsync.o sfswap.o sftable.o sftell.o sftmp.…
|
/illumos-gate/usr/src/cmd/ast/libast/ |
H A D | Makefile.defs | 379 sfio/sftable.o \
|