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

/osnet-11/usr/src/lib/libshell/common/include/
H A Dio.h72 extern int sh_iorenumber(Shell_t*,int,int);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c1650 sh_iorenumber(shp,shp->inpipe[0],0);
1660 sh_iorenumber(shp,shp->outpipe[1],1);
1736 sh_iorenumber(shp,shp->inpipe[0],0);
3621 sh_iorenumber(shp,sh_chkopen(e_devnull),0);
3628 sh_iorenumber(shp,shp->inpipe[0],0);
3640 sh_iorenumber(shp,sh_dup(shp->outpipe[1]),1);
H A Dio.c629 int sh_iorenumber(Shell_t *shp, register int f1,register int f2) function
1520 fd = sh_iorenumber(shp,sh_iomovefd(fd),fn);
H A Djobs.c631 sh_iorenumber(shp,fd,JOBTTY);

Completed in 40 milliseconds