Home
last modified time | relevance | path

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

/freebsd/contrib/libedit/
H A 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()
193 re_putc(EditLine *el, wint_t c, int shift) in re_putc() function
204 re_putc(el, ' ', 1); in re_putc()
317 re_putc(el, ' ', 1); in re_refresh()
324 re_putc(el, '\0', 0); /* make line ended with NUL, no cursor shift */ in re_refresh()
H A Drefresh.h49 libedit_private void re_putc(EditLine *, wint_t, int);
H A Dprompt.c111 re_putc(el, *p, 1); in prompt_print()
H A Dreadline.c2585 re_putc(e, c, 0); in rl_echo_signal_char()
2591 re_putc(e, '\n', 0); in rl_crlf()
2598 re_putc(e, '\a', 0); in rl_ding()