Home
last modified time | relevance | path

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

/freebsd-12.1/lib/libedit/
H A Dtty.c461 private int tty_setty(EditLine *, int, const struct termios *);
487 tty_setty(EditLine *el, int action, const struct termios *t) in tty_setty() function
555 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) { in tty_setup()
598 if (tty_setty(el, TCSAFLUSH, &el->el_tty.t_or) == -1) { in tty_end()
1063 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) { in tty_rawmode()
1088 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) { in tty_cookedmode()
1113 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_qu) == -1) { in tty_quotemode()
1134 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) { in tty_noquotemode()
1294 if (tty_setty(el, TCSADRAIN, tios) == -1) { in tty_stty()
/freebsd-12.1/contrib/tcsh/
H A Ded.init.c253 if (tty_setty(SHTTY, &extty) == -1) { in ed_Setup()
538 if (tty_setty(SHTTY, &edtty) == -1) { in Rawmode()
571 res = tty_setty(SHTTY, &extty); in Cookedmode()
684 if (tty_setty(SHTTY, &qutty) == -1) { in QuoteModeOn()
701 if (tty_setty(SHTTY, &edtty) == -1) { in QuoteModeOff()
H A Ded.decls.h68 extern int tty_setty (int, ttydata_t *);
H A Ded.term.c726 tty_setty(int fd, ttydata_t *td) in tty_setty() function