Lines Matching refs:termios
459 static int tty_getty(EditLine *, struct termios *);
460 static int tty_setty(EditLine *, int, const struct termios *);
462 static void tty__getchar(struct termios *, unsigned char *);
463 static void tty__setchar(struct termios *, unsigned char *);
464 static speed_t tty__getspeed(struct termios *);
466 static void tty_setup_flags(EditLine *, struct termios *, int);
474 tty_getty(EditLine *el, struct termios *t) in tty_getty()
486 tty_setty(EditLine *el, int action, const struct termios *t) in tty_setty()
611 tty__getspeed(struct termios *td) in tty__getspeed()
732 tty__getchar(struct termios *td, unsigned char *s) in tty__getchar()
814 tty__setchar(struct termios *td, unsigned char *s) in tty__setchar()
941 tty__get_flag(struct termios *t, int kind) { in tty__get_flag()
1161 struct termios *tios = &el->el_tty.t_ex; in tty_stty()
1335 tty_setup_flags(EditLine *el, struct termios *tios, int mode) in tty_setup_flags()