Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dxec.c75 static int restorefd; variable
1649 restorefd = shp->topfd; in sh_exec()
3180 if(shp->topfd > restorefd) in _sh_fork()
3181 sh_iorestore(shp,restorefd,0); in _sh_fork()