Searched refs:tty_stty (Results 1 – 5 of 5) sorted by relevance
/external/libedit/src/ |
D | parse.c | 70 { STR("setty"), tty_stty },
|
D | tty.h | 462 protected int tty_stty(EditLine *, int, const Char **);
|
D | eln.c | 186 ret = tty_stty(el, i, wargv); in el_set()
|
D | el.c | 284 rv = tty_stty(el, i, argv); in FUN()
|
D | tty.c | 1182 tty_stty(EditLine *el, int argc __attribute__((__unused__)), const Char **argv) in tty_stty() function
|