Home
last modified time | relevance | path

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

/external/libedit/src/
Dterminal.h114 protected int terminal_telltc(EditLine *, int, const Char **);
Dparse.c68 { STR("telltc"), terminal_telltc },
Deln.c174 ret = terminal_telltc(el, i, wargv); in el_set()
Del.c269 rv = terminal_telltc(el, i, argv); in FUN()
Dterminal.c1286 terminal_telltc(EditLine *el, int argc __attribute__((__unused__)), in terminal_telltc() function