HomeSort by: relevance | last modified time | path
    Searched defs:terminal_tputs (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libedit/
terminal.c 221 static void terminal_tputs(EditLine *, const char *, int);
516 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
520 terminal_tputs(el, Str(T_up), 1);
555 terminal_tputs(el, tgoto(Str(T_ch), where, where), where);
559 terminal_tputs(el, tgoto(Str(T_RI), del, del),
597 terminal_tputs(el, tgoto(Str(T_LE), -del, -del),
697 terminal_tputs(el, tgoto(Str(T_DC), num, num), num);
701 terminal_tputs(el, Str(T_dm), 1);
705 terminal_tputs(el, Str(T_dc), 1);
708 terminal_tputs(el, Str(T_ed), 1)
1207 terminal_tputs(EditLine *el, const char *cap, int affcnt) function in typeref:typename:void
    [all...]
terminal.c 221 static void terminal_tputs(EditLine *, const char *, int);
516 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
520 terminal_tputs(el, Str(T_up), 1);
555 terminal_tputs(el, tgoto(Str(T_ch), where, where), where);
559 terminal_tputs(el, tgoto(Str(T_RI), del, del),
597 terminal_tputs(el, tgoto(Str(T_LE), -del, -del),
697 terminal_tputs(el, tgoto(Str(T_DC), num, num), num);
701 terminal_tputs(el, Str(T_dm), 1);
705 terminal_tputs(el, Str(T_dc), 1);
708 terminal_tputs(el, Str(T_ed), 1)
1207 terminal_tputs(EditLine *el, const char *cap, int affcnt) function in typeref:typename:void
    [all...]
terminal.c 221 static void terminal_tputs(EditLine *, const char *, int);
516 terminal_tputs(el, tgoto(Str(T_UP), -del, -del), -del);
520 terminal_tputs(el, Str(T_up), 1);
555 terminal_tputs(el, tgoto(Str(T_ch), where, where), where);
559 terminal_tputs(el, tgoto(Str(T_RI), del, del),
597 terminal_tputs(el, tgoto(Str(T_LE), -del, -del),
697 terminal_tputs(el, tgoto(Str(T_DC), num, num), num);
701 terminal_tputs(el, Str(T_dm), 1);
705 terminal_tputs(el, Str(T_dc), 1);
708 terminal_tputs(el, Str(T_ed), 1)
1207 terminal_tputs(EditLine *el, const char *cap, int affcnt) function in typeref:typename:void
    [all...]

Completed in 32 milliseconds