Home
last modified time | relevance | path

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

/external/libedit/src/
Dread.c433 if (tty_rawmode(el) < 0)/* make sure the tty is set up correctly */ in FUN()
460 tty_rawmode(el); in read_prepare()
533 if (tty_rawmode(el) < 0) { in FUN()
Dsig.c82 tty_rawmode(sel); in sig_handler()
Del.c351 (void) tty_rawmode(el); in FUN()
630 tty_rawmode(el); in el_editmode()
Dtty.h463 protected int tty_rawmode(EditLine *);
Dtty.c945 tty_rawmode(EditLine *el) in tty_rawmode() function