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

/freebsd-11-stable/contrib/tcsh/
H A Ded.init.c249 if (tty_setty(SHTTY, &extty) == -1) {
251 xprintf("ed_Setup: tty_setty: %s\n", strerror(errno));
534 if (tty_setty(SHTTY, &edtty) == -1) {
536 xprintf("Rawmode: tty_setty: %s\n", strerror(errno));
567 res = tty_setty(SHTTY, &extty);
571 xprintf("Cookedmode: tty_setty: %s\n", strerror(errno));
680 if (tty_setty(SHTTY, &qutty) == -1) {
682 xprintf("QuoteModeOn: tty_setty: %s\n", strerror(errno));
697 if (tty_setty(SHTTY, &edtty) == -1) {
699 xprintf("QuoteModeOff: tty_setty
[all...]
H A Ded.decls.h67 extern int tty_setty (int, ttydata_t *);
H A Ded.term.c535 * usually ioctl() will return -1, which previously caused tty_setty() to
723 tty_setty(int fd, ttydata_t *td) function
/freebsd-11-stable/lib/libedit/
H A Dtty.c461 private int tty_setty(EditLine *, int, const struct termios *);
483 /* tty_setty():
487 tty_setty(EditLine *el, int action, const struct termios *t) function
555 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) {
557 (void) fprintf(el->el_errfile, "%s: tty_setty: %s\n",
598 if (tty_setty(el, TCSAFLUSH, &el->el_tty.t_or) == -1) {
601 "%s: tty_setty: %s\n", __func__, strerror(errno));
1063 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) {
1065 (void) fprintf(el->el_errfile, "%s: tty_setty: %s\n", __func__,
1088 if (tty_setty(e
[all...]

Completed in 102 milliseconds