Searched refs:tty_setup_flags (Results 1 – 1 of 1) sorted by relevance
/minix/lib/libedit/ |
H A D | tty.c | 463 private void tty_setup_flags(EditLine *, struct termios *, int); 522 tty_setup_flags(el, &el->el_tty.t_ex, EX_IO); in tty_setup() 557 tty_setup_flags(el, &el->el_tty.t_ed, ED_IO); in tty_setup() 1096 tty_setup_flags(el, &el->el_tty.t_qu, QU_IO); in tty_quotemode() 1277 tty_setup_flags(el, tios, z); in tty_stty() 1318 tty_setup_flags(EditLine *el, struct termios *tios, int mode) in tty_setup_flags() function
|