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

/freebsd-9.3-release/contrib/tcsh/
H A Dsnames.h61 #define tty_getty ttygetty macro
H A Ded.init.c134 if (tty_getty(SHTTY, &extty) == -1) {
136 xprintf("ed_set_tty_eight_bit: tty_getty: %s\n", strerror(errno));
188 if (tty_getty(SHTTY, &extty) == -1) {
190 xprintf("ed_Setup: tty_getty: %s\n", strerror(errno));
378 if (tty_getty(SHTTY, &tstty) == -1) {
380 xprintf("Rawmode: tty_getty: %s\n", strerror(errno));
H A Ded.decls.h67 extern int tty_getty (int, ttydata_t *);
H A Ded.term.c695 tty_getty(int fd, ttydata_t *td) function
/freebsd-9.3-release/lib/libedit/
H A Dtty.c446 #define tty_getty(el, td) tcgetattr((el)->el_infd, (td)) macro
473 if (tty_getty(el, &el->el_tty.t_ed) == -1) {
476 "tty_setup: tty_getty: %s\n", strerror(errno));
896 if (tty_getty(el, &el->el_tty.t_ts) == -1) {
898 (void) fprintf(el->el_errfile, "tty_rawmode: tty_getty: %s\n",

Completed in 56 milliseconds