Home | History | Annotate | Download | only in ex

Lines Matching defs:slave

598 	int master, slave;
606 /* open slave terminal */
607 if ((slave = ptys_open(master, name)) >= 0) {
609 *aslave = slave;
616 (void) tcsetattr(slave, TCSAFLUSH, termp);
619 (void) ioctl(slave, TIOCSWINSZ, (struct winsize *)winp);
627 * to it. pts_name is also returned which is the name of the slave.
654 /* get slave's name */
665 * This function opens the slave pty.
711 int master, slave, ttygid;
734 if ((slave = open(line, O_RDWR, 0)) != -1) {
736 *aslave = slave;
740 (void) tcsetattr(slave,
744 (void) ioctl(slave, TIOCSWINSZ,