Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A Dparse.c73 { L"setty", tty_stty },
H A Dtty.h461 libedit_private int tty_stty(EditLine *, int, const wchar_t **);
H A Deln.c203 ret = tty_stty(el, i, wargv); in el_set()
H A Del.c271 rv = tty_stty(el, i, argv); in el_wset()
H A Dtty.c1153 tty_stty(EditLine *el, int argc __attribute__((__unused__)), in tty_stty() function