Searched refs:tty_rawmode (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/lib/libedit/
H A Dread.c365 if (tty_rawmode(el) < 0)/* make sure the tty is set up correctly */
386 tty_rawmode(el);
459 if (tty_rawmode(el) < 0) {
H A Dsig.c80 tty_rawmode(sel);
H A Del.c292 (void) tty_rawmode(el);
598 tty_rawmode(el);
H A Dtty.h462 protected int tty_rawmode(EditLine *);
H A Dtty.c905 /* tty_rawmode():
909 tty_rawmode(EditLine *el) function
920 (void) fprintf(el->el_errfile, "tty_rawmode: tty_getty: %s\n",
1023 (void) fprintf(el->el_errfile, "tty_rawmode: tty_setty: %s\n",

Completed in 53 milliseconds