Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dread.c406 if (tty_rawmode(el) < 0)/* make sure the tty is set up correctly */ in el_wgetc()
430 tty_rawmode(el); in read_prepare()
501 if (tty_rawmode(el) < 0) { in el_wgets()
H A Dsig.c86 tty_rawmode(sel); in sig_handler()
H A Del.c345 (void) tty_rawmode(el); in el_wset()
647 tty_rawmode(el); in el_editmode()
H A Dtty.h462 libedit_private int tty_rawmode(EditLine *);
H A Dtty.c996 tty_rawmode(EditLine *el) in tty_rawmode() function