Home
last modified time | relevance | path

Searched refs:sh_iorenumber (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libshell/common/include/
H A Dio.h71 extern int sh_iorenumber(Shell_t*,int,int);
/titanic_41/usr/src/lib/libshell/common/sh/
H A Dxec.c558 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 Dio.c578 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 Djobs.c516 sh_iorenumber(shp,fd,JOBTTY); in job_init()