Home
last modified time | relevance | path

Searched refs:tty_end (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/lib/libedit/
H A Dtty.h460 libedit_private void tty_end(EditLine *, int);
H A Del.c143 tty_end(el, TCSAFLUSH); in el_end()
H A Dreadline.c427 tty_end(e, TCSADRAIN); in rl_initialize()
498 tty_end(e, TCSADRAIN); in readline()
H A Dtty.c589 tty_end(EditLine *el, int how) in tty_end() function