Home
last modified time | relevance | path

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

/external/libedit/src/
Dtty.c456 private int tty_setty(EditLine *, int, const struct termios *);
481 tty_setty(EditLine *el, int action, const struct termios *t) in tty_setty() function
556 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) { in tty_setup()
601 if (tty_setty(el, TCSAFLUSH, &el->el_tty.t_or) == -1) { in tty_end()
1084 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) { in tty_rawmode()
1109 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) { in tty_cookedmode()
1144 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_qu) == -1) { in tty_quotemode()
1165 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) { in tty_noquotemode()
1324 if (tty_setty(el, TCSADRAIN, tios) == -1) { in tty_stty()