HomeSort by: relevance | last modified time | path
    Searched refs:re_putc (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libedit/
refresh.h 49 libedit_private void re_putc(EditLine *, wint_t, int);
prompt.c 111 re_putc(el, *p, 1);
refresh.c 133 re_putc(el, ' ', 1);
140 re_putc(el, '\0', 0); /* assure end of line */
146 re_putc(el, c, 1);
153 re_putc(el, visbuf[i], 1);
189 /* re_putc():
193 re_putc(EditLine *el, wint_t c, int shift) function in typeref:typename:libedit_private void
204 re_putc(el, ' ', 1);
317 re_putc(el, ' ', 1);
324 re_putc(el, '\0', 0); /* make line ended with NUL, no cursor shift */
readline.c 2587 re_putc(e, c, 0);
2593 re_putc(e, '\n', 0);
2600 re_putc(e, '\a', 0);

Completed in 15 milliseconds