Home
last modified time | relevance | path

Searched refs:re_putc (Results 1 – 3 of 3) sorted by relevance

/external/libedit/src/
Drefresh.c133 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()
Drefresh.h51 protected void re_putc(EditLine *, Int, int);
Dprompt.c108 re_putc(el, *p, 1); in prompt_print()