Searched refs:topfd (Results 1 - 6 of 6) 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, \
H A Ddefs.h187 int topfd; \
/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...]
H A Dsubshell.c732 if(shp->topfd != buff.topfd)
733 sh_iorestore(shp,buff.topfd|IOSUBSHELL,jmpval);
H A Dargs.c841 sh_iosave(shp,-pv[fd], shp->topfd, (char*)0);
H A Dio.c1134 int r, indx = shp->topfd, perm= -1;
1620 for(savefd=shp->topfd; --savefd>=oldtop; )
1626 if(shp->topfd >= filemapsize)
1660 filemap[shp->topfd].tname = name;
1661 filemap[shp->topfd].subshell = flag;
1662 filemap[shp->topfd].orig_fd = origfd;
1663 filemap[shp->topfd++].save_fd = savefd;
1677 shp->fdptrs[savefd] = &filemap[shp->topfd-1].save_fd;
1698 for(newfd=fd=0; fd < shp->topfd; fd++)
1709 shp->topfd
[all...]

Completed in 53 milliseconds