Searched refs:terminal_tputs (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/libedit/
H A Dterminal.c212 static void terminal_tputs(EditLine *, const char *, int);
518 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
522 terminal_tputs(el, Str(T_up), 1);
557 terminal_tputs(el, tgoto(Str(T_ch), where, where), where);
561 terminal_tputs(el, tgoto(Str(T_RI), del, del),
598 terminal_tputs(el, tgoto(Str(T_LE), -del, -del),
698 terminal_tputs(el, tgoto(Str(T_DC), num, num), num);
702 terminal_tputs(el, Str(T_dm), 1);
706 terminal_tputs(el, Str(T_dc), 1);
709 terminal_tputs(e
1208 terminal_tputs(EditLine *el, const char *cap, int affcnt) function
[all...]

Completed in 95 milliseconds