Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/include/
H A Dio.h73 extern int sh_iomovefd(int);
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c876 int sh_iomovefd(register int fdold) in sh_iomovefd() function
883 fdnew = sh_iomovefd(dup(fdold)); in sh_iomovefd()
901 pv[0] = sh_iomovefd(pv[0]); in sh_pipe()
902 pv[1] = sh_iomovefd(pv[1]); in sh_pipe()
924 pv[0] = sh_iomovefd(pv[0]); in sh_rpipe()
925 pv[1] = sh_iomovefd(pv[1]); in sh_rpipe()
945 pv[out] = sh_iomovefd(fd); in sh_coaccept()
1556 fd = sh_iorenumber(shp,sh_iomovefd(fd),fn); in sh_redirect()
H A Dpath.c537 if(fd>=0 && (fd = sh_iomovefd(fd)) > 0) in path_opentype()
1297 n = sh_iomovefd(n); in exscript()
1338 shp->infd = sh_iomovefd(shp->infd); in exscript()
H A Dmain.c337 fdin = sh_iomovefd(fdin); in sh_main()