Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h74 extern int sh_iorenumber(Shell_t*,int,int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c1813 sh_iorenumber(shp,fn,fd); in sh_exec()
1828 sh_iorenumber(shp,shp->inpipe[0],0); in sh_exec()
1838 sh_iorenumber(shp,shp->outpipe[1],1); in sh_exec()
1923 sh_iorenumber(shp,shp->inpipe[0],0); in sh_exec()
3834 sh_iorenumber(shp,sh_chkopen(e_devnull),0); in sh_ntfork()
3841 sh_iorenumber(shp,shp->inpipe[0],0); in sh_ntfork()
3853 sh_iorenumber(shp,sh_dup(shp->outpipe[1]),1); in sh_ntfork()
H A Dio.c635 int sh_iorenumber(Shell_t *shp, register int f1,register int f2) in sh_iorenumber() function
1556 fd = sh_iorenumber(shp,sh_iomovefd(fd),fn); in sh_redirect()
H A Djobs.c651 sh_iorenumber(shp,fd,JOBTTY); in job_init()