Searched refs:ttyp (Results 1 - 1 of 1) sorted by relevance
/ast/src/cmd/builtin/ | ||
H A D | pty.c | 211 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 328 milliseconds