Home
last modified time | relevance | path

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

/freebsd-head/contrib/libedit/
HDterminal.h104 libedit_private int terminal_telltc(EditLine *, int, const wchar_t **);
HDparse.c71 { L"telltc", terminal_telltc },
HDeln.c191 ret = terminal_telltc(el, i, wargv); in el_set()
HDel.c256 rv = terminal_telltc(el, i, argv); in el_wset()
HDterminal.c1269 terminal_telltc(EditLine *el, int argc __attribute__((__unused__)), in terminal_telltc() function