Searched refs:sh_iostream (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | io.h | 77 extern Sfio_t *sh_iostream(Shell_t*,int);
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | io.c | 405 sh_iostream(shp,0); in sh_ioinit() 468 Sfio_t *sh_iostream(Shell_t *shp, register int fd) in sh_iostream() function 595 register Sfio_t *spnew = sh_iostream(shp,f1); in sh_iorenumber() 607 sh_iostream(shp,f2); in sh_iorenumber() 1263 sp = sh_iostream(shp,fn); in sh_redirect() 1996 sh_iostream(shp,fd); in sftrack() 2366 iop=sh_iostream(shp,fd); in sh_iogetiop() 2411 return(sh_iostream(shp,n)); in sh_pathopen()
|
H A D | subshell.c | 173 sh_iostream(shp,1); in sh_subtmpfile() 604 iop = sh_iostream(shp,sp->pipefd); in sh_subshell()
|
H A D | main.c | 406 iop = sh_iostream((void*)shp,fno); in exfile()
|
H A D | xec.c | 2513 sh_iostream(0); in sh_fork()
|
/titanic_50/usr/src/lib/libshell/common/bltins/ |
H A D | read.c | 227 if(!(iop=shp->sftable[fd]) && !(iop=sh_iostream(shp,fd))) in sh_readline()
|