Home
last modified time | relevance | path

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

/openbsd/regress/lib/libedit/read/
H A Dglue.c41 int tty_rawmode(EL) { return 0; } in tty_rawmode() function
/openbsd/lib/libedit/
H A Dread.c334 if (tty_rawmode(el) < 0)/* make sure the tty is set up correctly */ in el_wgetc()
358 tty_rawmode(el); in read_prepare()
427 if (tty_rawmode(el) < 0) { in el_wgets()
H A Dsig.c80 tty_rawmode(sel); in sig_handler()
H A Del.c309 (void) tty_rawmode(el); in el_wset()
610 tty_rawmode(el); in el_editmode()
H A Dtty.h463 protected int tty_rawmode(EditLine *);
H A Dtty.c989 tty_rawmode(EditLine *el) in tty_rawmode() function