Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dio.c879 register int fdnew; in sh_iomovefd() local
883 fdnew = sh_iomovefd(dup(fdold)); in sh_iomovefd()
885 VALIDATE_FD(shp, fdnew); in sh_iomovefd()
886 shp->fdstatus[fdnew] = (shp->fdstatus[fdold]&~IOCLEX); in sh_iomovefd()
889 return(fdnew); in sh_iomovefd()