Searched refs:re_putc (Results 1 – 3 of 3) sorted by relevance
/external/libedit/src/ |
D | refresh.h | 51 protected void re_putc(EditLine *, Int, int);
|
D | refresh.c | 133 re_putc(el, ' ', 1); in re_addc() 140 re_putc(el, '\0', 0); /* assure end of line */ in re_addc() 146 re_putc(el, c, 1); in re_addc() 153 re_putc(el, visbuf[i], 1); in re_addc() 164 re_putc(EditLine *el, Int c, int shift) in re_putc() function 170 re_putc(el, ' ', 1); in re_putc() 283 re_putc(el, ' ', 1); in re_refresh() 290 re_putc(el, '\0', 0); /* make line ended with NUL, no cursor shift */ in re_refresh()
|
D | prompt.c | 108 re_putc(el, *p, 1); in prompt_print()
|