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

/macosx-10.10/tcsh-65/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.c694 tty_getty(int fd, ttydata_t *td) function
/macosx-10.10/tcsh-65/tcsh/win32/
H A Dbogus.c147 int tty_getty(int fd, void*ignore) { function
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c455 private int tty_getty(EditLine *, struct termios *);
465 /* tty_getty():
469 tty_getty(EditLine *el, struct termios *t) function
507 if (tty_getty(el, &el->el_tty.t_ed) == -1) {
510 "tty_setup: tty_getty: %s\n", strerror(errno));
955 if (tty_getty(el, &el->el_tty.t_ts) == -1) {
957 (void) fprintf(el->el_errfile, "tty_rawmode: tty_getty: %s\n",
/macosx-10.10/libedit-40/src/
H A Dtty.c456 private int tty_getty(EditLine *, struct termios *);
466 /* tty_getty():
470 tty_getty(EditLine *el, struct termios *t) function
539 if (tty_getty(el, &el->el_tty.t_or) == -1) {
541 (void) fprintf(el->el_errfile, "%s: tty_getty: %s\n", __func__,
989 if (tty_getty(el, &el->el_tty.t_ts) == -1) {
991 (void) fprintf(el->el_errfile, "%s: tty_getty: %s\n", __func__,
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dtty.c443 #define tty_getty(el, td) tcgetattr((el)->el_infd, (td)) macro
470 if (tty_getty(el, &el->el_tty.t_ed) == -1) {
473 "tty_setup: tty_getty: %s\n", strerror(errno));
915 if (tty_getty(el, &el->el_tty.t_ts) == -1) {
917 (void) fprintf(el->el_errfile, "tty_rawmode: tty_getty: %s\n",

Completed in 267 milliseconds