Home
last modified time | relevance | path

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

/netbsd-src/lib/libedit/
H A Dterminal.h105 libedit_private int terminal_echotc(EditLine *, int, const wchar_t **);
H A Dparse.c68 { L"echotc", terminal_echotc },
H A Deln.c199 ret = terminal_echotc(el, i, wargv); in el_set()
H A Del.c266 rv = terminal_echotc(el, i, argv); in el_wset()
H A Dterminal.c1452 terminal_echotc(EditLine *el, int argc __attribute__((__unused__)), in terminal_echotc() function