Searched refs:tty_setty (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/libedit/ |
H A D | tty.c | 460 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()
|
/freebsd/contrib/tcsh/ |
H A D | ed.init.c | 249 if (tty_setty(SHTTY, &extty) == -1) { in ed_Setup() 534 if (tty_setty(SHTTY, &edtty) == -1) { in Rawmode() 567 res = tty_setty(SHTTY, &extty); in Cookedmode() 680 if (tty_setty(SHTTY, &qutty) == -1) { in QuoteModeOn() 697 if (tty_setty(SHTTY, &edtty) == -1) { in QuoteModeOff()
|
H A D | ed.decls.h | 67 extern int tty_setty (int, ttydata_t *);
|
H A D | ed.term.c | 723 tty_setty(int fd, ttydata_t *td) in tty_setty() function
|