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

/freebsd-9.3-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-9.3-release/lib/libedit/
H A Dtty.c447 #define tty_setty(el, td) tcsetattr((el)->el_infd, TCSADRAIN, (td)) macro
999 if (tty_setty(el, &el->el_tty.t_ed) == -1) {
1001 (void) fprintf(el->el_errfile, "tty_rawmode: tty_setty: %s\n",
1024 if (tty_setty(el, &el->el_tty.t_ex) == -1) {
1027 "tty_cookedmode: tty_setty: %s\n",
1060 if (tty_setty(el, &el->el_tty.t_qu) == -1) {
1062 (void) fprintf(el->el_errfile, "QuoteModeOn: tty_setty: %s\n",
1081 if (tty_setty(el, &el->el_tty.t_ed) == -1) {
1083 (void) fprintf(el->el_errfile, "QuoteModeOff: tty_setty: %s\n",

Completed in 255 milliseconds