tty.c | 459 static int tty_getty(EditLine *, struct termios *); 470 /* tty_getty(): 474 tty_getty(EditLine *el, struct termios *t) function in typeref:typename:int 515 if (tty_getty(el, &el->el_tty.t_or) == -1) { 517 (void) fprintf(el->el_errfile, "%s: tty_getty: %s\n", __func__, 1005 if (tty_getty(el, &el->el_tty.t_ts) == -1) { 1007 (void) fprintf(el->el_errfile, "%s: tty_getty: %s\n", __func__,
|