Searched refs:terminal_echotc (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/lib/libedit/ |
H A D | terminal.h | 105 libedit_private int terminal_echotc(EditLine *, int, const wchar_t **);
|
H A D | parse.c | 68 { L"echotc", terminal_echotc },
|
H A D | eln.c | 199 ret = terminal_echotc(el, i, wargv); in el_set()
|
H A D | el.c | 266 rv = terminal_echotc(el, i, argv); in el_wset()
|
H A D | terminal.c | 1452 terminal_echotc(EditLine *el, int argc __attribute__((__unused__)), in terminal_echotc() function
|