Searched refs:TTY_get (Results 1 – 1 of 1) sorted by relevance
110 #define TTY_get(tty, data) tcgetattr(tty, data) macro118 #define TTY_get(tty, data) ioctl(tty, TCGETA, data) macro126 #define TTY_get(tty, data) ioctl(tty, TIOCGETP, data) macro403 #if defined(TTY_get) && !defined(OPENSSL_SYS_VMS) in open_console()404 if (TTY_get(fileno(tty_in), &tty_orig) == -1) { in open_console()