Searched refs:sh_iorenumber (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/lib/libshell/common/include/ |
H A D | io.h | 71 extern int sh_iorenumber(Shell_t*,int,int);
|
/titanic_50/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 558 sh_iorenumber(shp,shp->inpipe[0],0); in pipe_exec() 559 sh_iorenumber(shp,shp->lim.open_max+1,1); in pipe_exec() 1322 sh_iorenumber(shp,shp->inpipe[0],0); in sh_exec() 1328 sh_iorenumber(shp,shp->outpipe[1],1); in sh_exec() 1396 sh_iorenumber(shp,shp->inpipe[0],0); in sh_exec() 3037 sh_iorenumber(shp,sh_chkopen(e_devnull),0); in sh_ntfork() 3044 sh_iorenumber(shp,shp->inpipe[0],0); in sh_ntfork() 3051 sh_iorenumber(shp,sh_dup(shp->outpipe[1]),1); in sh_ntfork()
|
H A D | io.c | 578 int sh_iorenumber(Shell_t *shp, register int f1,register int f2) in sh_iorenumber() function 1328 fd = sh_iorenumber(shp,sh_iomovefd(fd),fn); in sh_redirect()
|
H A D | jobs.c | 516 sh_iorenumber(shp,fd,JOBTTY); in job_init()
|