Searched refs:GET_TTY (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/usr.bin/tic/ |
| H A D | tty_settings.c | 62 if (fd < 0 || GET_TTY(my_fd, tty_settings) < 0) { in get_tty_settings()
|
| H A D | reset_cmd.c | 198 GET_TTY(fd, tty_settings); in reset_tty_settings()
|
| /openbsd-src/lib/libcurses/ |
| H A D | term.h | 98 #undef GET_TTY 142 #define GET_TTY(fd, buf) tcgetattr(fd, buf) macro 145 #define GET_TTY(fd, buf) _nc_console_getmode(_nc_console_fd2handle(fd),buf) macro 148 #define GET_TTY(fd, buf) gtty(fd, buf) macro
|
| /openbsd-src/lib/libcurses/tinfo/ |
| H A D | lib_ttyflags.c | 67 if (GET_TTY(termp->Filedes, buf) != 0) { in NCURSES_EXPORT()
|
| H A D | tinfo_driver.c | 123 if (GET_TTY(termp->Filedes, &termp->Nttyb) == OK) { in get_baudrate() 586 if (GET_TTY(_term->Filedes, buf) != 0) { in drv_sgmode()
|