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

/macosx-10.10/tcsh-65/tcsh/win32/
H A Dbogus.c152 int tty_setty(int fd, void*ignore) { function
/macosx-10.10/tcsh-65/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
725 tty_setty(int fd, ttydata_t *td) function
/macosx-10.10/libedit-40/src/
H A Dtty.c457 private int tty_setty(EditLine *, int, const struct termios *);
478 /* tty_setty():
482 tty_setty(EditLine *el, int action, const struct termios *t) function
588 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) {
590 (void) fprintf(el->el_errfile, "%s: tty_setty: %s\n",
636 if (tty_setty(el, TCSAFLUSH, &el->el_tty.t_or) == -1) {
639 "%s: tty_setty: %s\n", __func__, strerror(errno));
1119 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) {
1121 (void) fprintf(el->el_errfile, "%s: tty_setty: %s\n", __func__,
1144 if (tty_setty(e
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dtty.c456 private int tty_setty(EditLine *, int, const struct termios *);
477 /* tty_setty():
481 tty_setty(EditLine *el, int action, const struct termios *t) function
556 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) {
559 "tty_setup: tty_setty: %s\n",
1085 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ed) == -1) {
1087 (void) fprintf(el->el_errfile, "tty_rawmode: tty_setty: %s\n",
1110 if (tty_setty(el, TCSADRAIN, &el->el_tty.t_ex) == -1) {
1113 "tty_cookedmode: tty_setty: %s\n",
1146 if (tty_setty(e
[all...]
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dtty.c444 #define tty_setty(el, td) tcsetattr((el)->el_infd, TCSADRAIN, (td)) macro
519 if (tty_setty(el, &el->el_tty.t_ex) == -1) {
522 "tty_setup: tty_setty: %s\n",
1045 if (tty_setty(el, &el->el_tty.t_ed) == -1) {
1047 (void) fprintf(el->el_errfile, "tty_rawmode: tty_setty: %s\n",
1070 if (tty_setty(el, &el->el_tty.t_ex) == -1) {
1073 "tty_cookedmode: tty_setty: %s\n",
1106 if (tty_setty(el, &el->el_tty.t_qu) == -1) {
1108 (void) fprintf(el->el_errfile, "QuoteModeOn: tty_setty: %s\n",
1127 if (tty_setty(e
[all...]

Completed in 194 milliseconds