Home
last modified time | relevance | path

Searched refs:tty_setty (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libedit/
H A Dtty.c460 static int tty_setty(EditLine *, int, const struct termios *);
486 tty_setty(EditLine *el, int action, const struct termios *t) in tty_setty() function
554 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) { in tty_setup()
597 if (tty_setty(el, how, &el->el_tty.t_or) == -1) in tty_end()
1065 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) { in tty_rawmode()
1090 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) { in tty_cookedmode()
1115 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_qu) == -1) { in tty_quotemode()
1136 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) { in tty_noquotemode()
1296 if (tty_setty(el, TCSADRAIN, tios) == -1) { in tty_stty()