TIOCSTOP
if (ioctl(ip->fd, TIOCSTOP) == -1)
return (ioctl(fd, TIOCSTOP, 0));
if ((ioctl(ptm.sfd, TIOCSTOP) == -1))
if ((ioctl(ptm.cfd, TIOCSTOP) == -1))
case TIOCSTOP: /* stop output, like ^S */