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

/xsrc/external/mit/xconsole/dist/
H A Dxconsole.c173 static int tty_fd, pty_fd; variable in typeref:typename:int
220 if (!input && get_pty (&pty_fd, &tty_fd) == 0)
225 input = fdopen (pty_fd, "r");
231 input = fdopen (pty_fd, "r");

Completed in 2 milliseconds