HomeSort by relevance Sort by last modified time
    Searched defs:savefd (Results 1 - 7 of 7) sorted by null

  /onnv/onnv-gate/usr/src/lib/libcurses/screen/
typeahead.c 66 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);
  /onnv/onnv-gate/usr/src/cmd/sh/
io.c 386 savefd(int fd) function
xec.c 248 int savefd; local
250 savefd = setb(-1);
253 (void)setb(savefd);
jobs.c 338 int savefd = setb(2); local
349 (void) setb(savefd);
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
doio.c 86 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);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/bfs/
bfs.c 731 int i, fd, savefd; local
745 savefd = outfildes;
761 outfildes = savefd;
  /onnv/onnv-gate/usr/src/lib/libshell/common/sh/
io.c 1425 register int savefd; local
1429 for(savefd=shp->topfd; --savefd>=oldtop; )
1431 if(filemap[savefd].orig_fd == origfd)
1446 for(savefd=shp->lim.open_max+2; --savefd>=0; )
1448 for(savefd=shp->lim.open_max; --savefd>=0; )
1451 cp = (char*)shp->fdptrs[savefd];
1453 shp->fdptrs[savefd] = (int*)(oldptr+moved)
1505 register int fd, savefd, newfd; local
1524 register int origfd, savefd, fd; local
    [all...]

Completed in 300 milliseconds