Home
last modified time | relevance | path

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

/freebsd/contrib/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.c425 tty_end(e, TCSADRAIN); in rl_initialize()
496 tty_end(e, TCSADRAIN); in readline()
H A Dtty.c589 tty_end(EditLine *el, int how) in tty_end() function