Searched refs:re_putc (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Drefresh.h51 protected void re_putc(EditLine *, Int, int);
H A Dprompt.c108 re_putc(el, *p, 1);
H A Drefresh.c133 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);
160 /* re_putc():
164 re_putc(EditLine *el, Int c, int shift) function
170 re_putc(el, ' ', 1);
283 re_putc(el, ' ', 1);
290 re_putc(el, '\0', 0); /* make line ended with NUL, no cursor shift */
/macosx-10.10/libedit-40/src/
H A Drefresh.h51 protected void re_putc(EditLine *, Int, int);
H A Dprompt.c108 re_putc(el, *p, 1);
H A Drefresh.c133 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);
160 /* re_putc():
164 re_putc(EditLine *el, Int c, int shift) function
170 re_putc(el, ' ', 1);
283 re_putc(el, ' ', 1);
290 re_putc(el, '\0', 0); /* make line ended with NUL, no cursor shift */
/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Drefresh.h52 protected void re_putc(EditLine *, int, int);
H A Drefresh.c94 re_putc(el, c, 1);
99 re_putc(el, '\0', 0); /* assure end of line */
108 re_putc(el, ' ', 1);
113 re_putc(el, '^', 1);
115 re_putc(el, '?', 1);
118 re_putc(el, (c | 0100), 1);
120 re_putc(el, '\\', 1);
121 re_putc(el, (int) ((((unsigned int) c >> 6) & 07) + '0'), 1);
122 re_putc(el, (int) ((((unsigned int) c >> 3) & 07) + '0'), 1);
123 re_putc(e
132 re_putc(EditLine *el, int c, int shift) function
[all...]
H A Dprompt.c92 re_putc(el, *p++, 1);

Completed in 135 milliseconds