Searched refs:terminal_settc (Results 1 – 5 of 5) sorted by relevance
/external/libedit/src/ |
D | terminal.h | 112 protected int terminal_settc(EditLine *, int, const Char **);
|
D | parse.c | 69 { STR("settc"), terminal_settc },
|
D | eln.c | 178 ret = terminal_settc(el, i, wargv); in el_set()
|
D | el.c | 274 rv = terminal_settc(el, i, argv); in FUN()
|
D | terminal.c | 1328 terminal_settc(EditLine *el, int argc __attribute__((__unused__)), in terminal_settc() function
|