Searched refs:topfd (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/include/
H A Dfault.h98 int topfd; member in struct:checkpt
109 (bp)->topfd=shp->topfd, (bp)->prev=shp->jmplist, \
H A Ddefs.h185 int topfd; \
/macosx-10.9.5/ksh-20/ksh/src/cmd/ksh93/sh/
H A Dxec.c874 int topfd = shp->topfd; local
1324 if((shp->topfd>topfd) && !(shp->subshell && np==SYSEXEC))
1325 sh_iorestore(shp,topfd,jmpval);
1389 indx = shp->topfd;
1564 if(shp->topfd > topfd)
1565 sh_iorestore(shp,topfd,0);
1654 if(shp->topfd)
[all...]
H A Dsubshell.c729 if(shp->topfd != buff.topfd)
730 sh_iorestore(shp,buff.topfd|IOSUBSHELL,jmpval);
H A Dargs.c833 sh_iosave(shp,-pv[fd], shp->topfd, (char*)0);
H A Dio.c1098 int r, indx = shp->topfd, perm= -1;
1579 for(savefd=shp->topfd; --savefd>=oldtop; )
1585 if(shp->topfd >= filemapsize)
1619 filemap[shp->topfd].tname = name;
1620 filemap[shp->topfd].subshell = flag;
1621 filemap[shp->topfd].orig_fd = origfd;
1622 filemap[shp->topfd++].save_fd = savefd;
1631 shp->fdptrs[savefd] = &filemap[shp->topfd-1].save_fd;
1652 for(newfd=fd=0; fd < shp->topfd; fd++)
1662 shp->topfd
[all...]

Completed in 115 milliseconds