Searched defs:topfd (Results 1 - 2 of 2) sorted by relevance

/ast/src/cmd/ksh93/include/
H A Dfault.h98 int topfd; member in struct:checkpt
109 (bp)->topfd=shp->topfd, (bp)->prev=shp->jmplist, \
/ast/src/cmd/ksh93/sh/
H A Dxec.c985 int topfd = shp->topfd; local
1464 if((shp->topfd>topfd) && !(shp->subshell && np==SYSEXEC))
1465 sh_iorestore(shp,topfd,jmpval);
1535 indx = shp->topfd;
1639 restorefd = shp->topfd;
1734 if(shp->topfd > topfd)
1735 sh_iorestore(shp,topfd,
[all...]

Completed in 16 milliseconds