Home | History | Annotate | Download | only in dist

Lines Matching defs:ptyfd

510 	int fdout, ptyfd, ttyfd, ptymaster;
515 ptyfd = s->ptyfd;
525 if ((fdout = dup(ptyfd)) == -1) {
528 close(ptyfd);
532 if ((ptymaster = dup(ptyfd)) == -1) {
535 close(ptyfd);
547 close(ptyfd);
556 close(ptyfd);
591 session_set_fds(ssh, s, ptyfd, fdout, -1, 1, 1);
1514 sessions[id].ptyfd = -1;
1678 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);
1710 if (!mm_pty_allocate(&s->ptyfd, &s->ttyfd, s->tty, sizeof(s->tty))) {
1713 s->ptyfd = -1;
1726 pty_change_window_size(s->ptyfd, s->row, s->col, s->xpixel, s->ypixel);