Home
last modified time | relevance | path

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

/netbsd-src/lib/libedit/
H A Dread.c405 if (tty_rawmode(el) < 0)/* make sure the tty is set up correctly */ in el_wgetc()
429 tty_rawmode(el); in read_prepare()
500 if (tty_rawmode(el) < 0) { in el_wgets()
H A Dsig.c86 tty_rawmode(sel); in sig_handler()
H A Del.c344 (void) tty_rawmode(el); in el_wset()
646 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