Searched refs:fdmap (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/sh/
H A Ddefs.c48 struct fdsave fdmap[NOFILE]; variable in typeref:struct:fdsave
H A Dio.c403 if ((dupfd = fdmap[i].dup_fd) > 0)
404 renamef(dupfd, fdmap[i].org_fd);
406 close(fdmap[i].org_fd);
H A Dservice.c66 fdmap[topfd].org_fd = ioufd;
67 fdmap[topfd++].dup_fd = savefd(ioufd);
H A Ddefs.h239 extern struct fdsave fdmap[];

Completed in 102 milliseconds