Home
last modified time | relevance | path

Searched refs:term__putc (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/lib/libedit/
Dterm.c552 del, term__putc); in term_move_to_line()
556 term__putc('\n'); in term_move_to_line()
565 term__putc); in term_move_to_line()
569 (void) tputs(Str(T_up), 1, term__putc); in term_move_to_line()
596 term__putc('\r'); /* do a CR */ in term_move_to_char()
604 (void) tputs(tgoto(Str(T_ch), where, where), where, term__putc); in term_move_to_char()
609 del, term__putc); in term_move_to_char()
620 term__putc('\t'); in term_move_to_char()
641 -del, term__putc); in term_move_to_char()
652 term__putc('\r'); /* do a CR */ in term_move_to_char()
[all …]
Drefresh.c325 term__putc('\n'); in re_goto_bottom()
1003 term__putc(c); in re_fastputc()
1030 term__putc(' '); in re_fastputc()
1031 term__putc('\b'); in re_fastputc()
1034 term__putc('\r'); in re_fastputc()
1035 term__putc('\n'); in re_fastputc()
1114 term__putc('\r'); /* go to BOL */ in re_clear_lines()
1115 term__putc('\n'); /* go to new line */ in re_clear_lines()
Dterm.h105 protected int term__putc(int);
Dcommon.c914 term__putc('\n'); in ed_command()