| 126 |
if ((fscript = fopen(fname, aflg ? "a" : "w")) == NULL) |
126 |
if ((fscript = fopen(fname, aflg ? "a" : "w")) == NULL) |
| 129 |
(void)tcgetattr(STDIN_FILENO, &tt); |
129 |
if (tcgetattr(STDIN_FILENO, &tt) == -1) |
| 131 |
if (openpty(&master, &slave, NULL, &tt, &win) == -1) |
133 |
if (openpty(&master, &slave, NULL, &tt, &win) == -1) |