Home
last modified time | relevance | path

Searched refs:sftable (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c408 Sfio_t **sftable = shp->sftable; in sh_iovalidfd() local
427 memcpy(shp->sftable,sftable,max*sizeof(Sfio_t*)); in sh_iovalidfd()
434 if(sftable) in sh_iovalidfd()
435 free((void*)sftable); in sh_iovalidfd()
619 shp->sftable[fd] = sp; in io_preserve()
626 shp->sftable[f2] = 0; in io_preserve()
642 sp = shp->sftable[f2]; in sh_iorenumber()
708 shp->sftable[fd] = 0; in sh_close()
1062 sp = shp->sftable[fn]; in file_offset()
1827 sfswap(shp->sftable[savefd],shp->sftable[origfd]); in sh_iorestore()
[all …]
H A Dsubshell.c689 shp->sftable[fd] = iop; in sh_subshell()
H A Dmacro.c2136 if(sp=mp->shp->sftable[fd]) in comsubst()
2142 if(!(sp=mp->shp->sftable[fd])) in comsubst()
H A Dlex.c2164 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 Dread.c179 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 Dprint.c311 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 Ddefs.h247 Sfio_t **sftable; \
/illumos-gate/usr/src/contrib/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*/ \
H A DRELEASE574 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 DMamfile4400 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 DMakefile.defs379 sfio/sftable.o \