Lines Matching full:termios
455 private int tty_getty(EditLine *, struct termios *);
456 private int tty_setty(EditLine *, int, const struct termios *);
458 private void tty__getchar(struct termios *, unsigned char *);
459 private void tty__setchar(struct termios *, unsigned char *);
460 private speed_t tty__getspeed(struct termios *);
469 tty_getty(EditLine *el, struct termios *t)
481 tty_setty(EditLine *el, int action, const struct termios *t)
614 tty__getspeed(struct termios *td)
735 tty__getchar(struct termios *td, unsigned char *s)
817 tty__setchar(struct termios *td, unsigned char *s)
1189 struct termios *tios = &el->el_tty.t_ex;