Lines Matching refs:pty
671 * Get a pty, scan input lines.
689 * Find an available pty to use.
691 pty = getpty(&ptynum);
692 if (pty < 0)
733 telnet(net, pty); /* begin server processing */
739 * Main loop. Select from pty and network, and
895 * We put the banner in the pty input buffer. This way, it
897 * other pty --> client data.
1010 * Something to read from the pty...
1028 * If ioctl from pty, pass it through net
1099 * Send interrupt to process on other side of pty.
1108 (void) ioctl(pty, TIOCSIG, (char *)SIGINT);
1112 * Send quit to process on other side of pty.
1120 (void) ioctl(pty, TIOCSIG, (char *)SIGQUIT);
1127 (void) ioctl(pty, TIOCSIG, (char *)SIGTSTP);
1138 (void) ioctl(pty, TIOCSIG, (char *)SIGINFO);