HomeSort by relevance Sort by last modified time
    Searched refs:topfd (Results 1 - 8 of 8) sorted by null

  /onnv/onnv-gate/usr/src/lib/libshell/common/include/
fault.h 98 int topfd; member in struct:checkpt
109 (bp)->topfd=sh.topfd, (bp)->prev=sh.jmplist, \
defs.h 155 int topfd; \
  /onnv/onnv-gate/usr/src/cmd/sh/
io.c 42 short topfd; variable
402 for (i = topfd - 1; i >= last; i--) {
408 topfd = last;
service.c 47 extern short topfd;
62 lastfd = topfd;
70 fdmap[topfd].org_fd = ioufd;
71 fdmap[topfd++].dup_fd = savefd(ioufd);
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
xec.c 552 sh_iosave(shp,0,shp->topfd,(char*)0);
553 sh_iosave(shp,1,shp->topfd,(char*)0);
570 sh_iorestore(shp,buff.topfd,jmpval);
669 int topfd = shp->topfd; local
1073 if((shp->topfd>topfd) && !(shp->subshell && np==SYSEXEC))
1074 sh_iorestore(shp,topfd,jmpval);
1128 indx = shp->topfd;
1249 if(shp->topfd > topfd
    [all...]
subshell.c 725 if(shp->topfd != buff.topfd)
726 sh_iorestore(shp,buff.topfd|IOSUBSHELL,jmpval);
args.c 829 sh_iosave(shp,-pv[fd], shp->topfd, (char*)0);
io.c 969 int r, indx = shp->topfd, perm= -1;
1429 for(savefd=shp->topfd; --savefd>=oldtop; )
1435 if(shp->topfd >= filemapsize)
1473 filemap[shp->topfd].tname = name
    [all...]

Completed in 5219 milliseconds