Searched defs:savefd (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtypeahead.c66 int savefd = cur_term->_check_fd; local
69 if (savefd >= 0)
70 (void) close(savefd);
114 int savefd = cur_term->_check_fd;
121 return (savefd);
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dio.c1616 register int savefd; local
1620 for(savefd=shp->topfd; --savefd>=oldtop; )
1622 if(filemap[savefd].orig_fd == origfd)
1636 for(savefd=shp->gd->lim.open_max; --savefd>=0; )
1638 cp = (char*)shp->fdptrs[savefd];
1640 shp->fdptrs[savefd] = (int*)(cp+moved);
1647 savefd = origfd;
1653 if((savefd
1697 register int fd, savefd, newfd; local
1717 register int origfd, savefd, fd; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Ddoio.c86 int savefd = -1; local
123 savefd = fd;
611 if (savefd != fd) {
616 if (PerlLIO_dup2(fd, savefd) < 0) {
621 if (savefd != PerlIO_fileno(PerlIO_stdin())) {
644 sv = *av_fetch(PL_fdpid,savefd,TRUE);

Completed in 25 milliseconds