Home
last modified time | relevance | path

Searched refs:GET_TTY (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/tic/
H A Dtty_settings.c62 if (fd < 0 || GET_TTY(my_fd, tty_settings) < 0) { in get_tty_settings()
H A Dreset_cmd.c198 GET_TTY(fd, tty_settings); in reset_tty_settings()
/openbsd-src/lib/libcurses/
H A Dterm.h98 #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 Dlib_ttyflags.c67 if (GET_TTY(termp->Filedes, buf) != 0) { in NCURSES_EXPORT()
H A Dtinfo_driver.c123 if (GET_TTY(termp->Filedes, &termp->Nttyb) == OK) { in get_baudrate()
586 if (GET_TTY(_term->Filedes, buf) != 0) { in drv_sgmode()