Home
last modified time | relevance | path

Searched refs:sh_iostream (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h81 extern Sfio_t *sh_iostream(Shell_t*,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c454 sh_iostream(shp,0); in sh_ioinit()
455 sh_iostream(shp,1); in sh_ioinit()
517 Sfio_t *sh_iostream(Shell_t *shp, register int fd) in sh_iostream() function
657 register Sfio_t *spnew = sh_iostream(shp,f1); in sh_iorenumber()
669 sh_iostream(shp,f2); in sh_iorenumber()
1486 sp = sh_iostream(shp,fn); in sh_redirect()
2290 sh_iostream(shp,fd); in sftrack()
2686 iop=sh_iostream(shp,fd); in sh_iogetiop()
2734 return(sh_iostream(shp,n)); in sh_pathopen()
H A Dsubshell.c167 sh_iostream(shp,1); in sh_subtmpfile()
666 iop = sh_iostream(shp,sp->pipefd); in sh_subshell()
H A Dmain.c394 iop = sh_iostream((void*)shp,fno); in exfile()
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dread.c230 if(!(iop=shp->sftable[fd]) && !(iop=sh_iostream(shp,fd))) in sh_readline()