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

/osnet-11/usr/src/lib/libshell/common/include/
H A Dfault.h98 int topfd; member in struct:checkpt
109 (bp)->topfd=shp->topfd, (bp)->prev=shp->jmplist, \
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dxec.c884 int topfd = shp->topfd; local
1334 if((shp->topfd>topfd) && !(shp->subshell && np==SYSEXEC))
1335 sh_iorestore(shp,topfd,jmpval);
1399 indx = shp->topfd;
1575 if(shp->topfd > topfd)
1576 sh_iorestore(shp,topfd,0);
1665 if(shp->topfd)
[all...]

Completed in 26 milliseconds