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

/freebsd-10.1-release/contrib/tcsh/
H A Ded.init.c253 if (tty_setty(SHTTY, &extty) == -1) {
255 xprintf("ed_Setup: tty_setty: %s\n", strerror(errno));
538 if (tty_setty(SHTTY, &edtty) == -1) {
540 xprintf("Rawmode: tty_setty: %s\n", strerror(errno));
571 res = tty_setty(SHTTY, &extty);
575 xprintf("Cookedmode: tty_setty: %s\n", strerror(errno));
684 if (tty_setty(SHTTY, &qutty) == -1) {
686 xprintf("QuoteModeOn: tty_setty: %s\n", strerror(errno));
701 if (tty_setty(SHTTY, &edtty) == -1) {
703 xprintf("QuoteModeOff: tty_setty
[all...]
H A Ded.decls.h68 extern int tty_setty (int, ttydata_t *);
H A Ded.term.c538 * usually ioctl() will return -1, which previously caused tty_setty() to
726 tty_setty(int fd, ttydata_t *td) function
/freebsd-10.1-release/lib/libedit/
H A Dtty.c451 private int tty_setty(EditLine *, int, const struct termios *);
472 /* tty_setty():
476 tty_setty(EditLine *el, int action, const struct termios *t) function
1021 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) {
1023 (void) fprintf(el->el_errfile, "tty_rawmode: tty_setty: %s\n",
1046 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) {
1049 "tty_cookedmode: tty_setty: %s\n",
1082 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_qu) == -1) {
1084 (void) fprintf(el->el_errfile, "QuoteModeOn: tty_setty: %s\n",
1103 if (tty_setty(e
[all...]

Completed in 122 milliseconds