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

/freebsd-11-stable/lib/libedit/
H A Dtty.c467 private void tty_setup_flags(EditLine *, struct termios *, int);
529 tty_setup_flags(el, &el->el_tty.t_ex, EX_IO);
564 tty_setup_flags(el, &el->el_tty.t_ed, ED_IO);
1111 tty_setup_flags(el, &el->el_tty.t_qu, QU_IO);
1292 tty_setup_flags(el, tios, z);
1333 tty_setup_flags(EditLine *el, struct termios *tios, int mode) function

Completed in 103 milliseconds