Searched refs:topfd (Results 1 - 6 of 6) sorted by relevance
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | fault.h | 98 int topfd; member in struct:checkpt 109 (bp)->topfd=shp->topfd, (bp)->prev=shp->jmplist, \
|
H A D | defs.h | 187 int topfd; \
|
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | xec.c | 884 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 D | subshell.c | 732 if(shp->topfd != buff.topfd) 733 sh_iorestore(shp,buff.topfd|IOSUBSHELL,jmpval);
|
H A D | args.c | 841 sh_iosave(shp,-pv[fd], shp->topfd, (char*)0);
|
H A D | io.c | 1134 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 66 milliseconds