Searched refs:ttyp (Results 1 - 1 of 1) sorted by relevance

/ast/src/cmd/builtin/
H A Dpty.c211 struct termios* ttyp; local
226 ttyp = &tty;
229 ttyp = 0;
242 if (openpty(master, slave, NULL, ttyp, winp) < 0)
272 if (ttyp && tcsetattr(*slave, TCSANOW, ttyp) < 0)

Completed in 8 milliseconds