Searched refs:term_settc (Results 1 – 4 of 4) sorted by relevance
103 protected int term_settc(EditLine *, int, const char **);
67 { "settc", term_settc },
218 rv = term_settc(el, i, argv); in el_set()
1347 term_settc(EditLine *el, int argc __unused, in term_settc() function