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

/freebsd-11-stable/contrib/tcsh/
H A Dsnames.h60 #define tty_getty ttygetty macro
H A Ded.init.c130 if (tty_getty(SHTTY, &extty) == -1) {
132 xprintf("ed_set_tty_eight_bit: tty_getty: %s\n", strerror(errno));
184 if (tty_getty(SHTTY, &extty) == -1) {
186 xprintf("ed_Setup: tty_getty: %s\n", strerror(errno));
374 if (tty_getty(SHTTY, &tstty) == -1) {
376 xprintf("Rawmode: tty_getty: %s\n", strerror(errno));
H A Ded.decls.h66 extern int tty_getty (int, ttydata_t *);
H A Ded.term.c692 tty_getty(int fd, ttydata_t *td) function
/freebsd-11-stable/lib/libedit/
H A Dtty.c460 private int tty_getty(EditLine *, struct termios *);
471 /* tty_getty():
475 tty_getty(EditLine *el, struct termios *t) function
516 if (tty_getty(el, &el->el_tty.t_or) == -1) {
518 (void) fprintf(el->el_errfile, "%s: tty_getty: %s\n", __func__,
1003 if (tty_getty(el, &el->el_tty.t_ts) == -1) {
1005 (void) fprintf(el->el_errfile, "%s: tty_getty: %s\n", __func__,

Completed in 132 milliseconds