Searched defs:GET_TTY (Results 1 – 1 of 1) sorted by relevance
142 #define GET_TTY(fd, buf) tcgetattr(fd, buf) macro145 #define GET_TTY(fd, buf) _nc_console_getmode(_nc_console_fd2handle(fd),buf) macro148 #define GET_TTY(fd, buf) gtty(fd, buf) macro