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

  /src/lib/libedit/
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 */

Completed in 34 milliseconds