Home
last modified time | relevance | path

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

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