Lines Matching full:editline
54 private void re_nextline(EditLine *);
55 private void re_addc(EditLine *, Int);
56 private void re_update_line(EditLine *, Char *, Char *, int);
57 private void re_insert (EditLine *, Char *, int, int, Char *, int);
58 private void re_delete(EditLine *, Char *, int, int, int);
59 private void re_fastputc(EditLine *, Int);
60 private void re_clear_eol(EditLine *, int, int, int);
65 private void re_printstr(EditLine *, const char *, char *, char *);
79 re_printstr(EditLine *el, const char *str, char *f, char *t)
96 re_nextline(EditLine *el)
128 re_addc(EditLine *el, Int c)
164 re_putc(EditLine *el, Int c, int shift)
200 re_refresh(EditLine *el)
344 re_goto_bottom(EditLine *el)
360 re_insert(EditLine *el __attribute__((__unused__)),
409 re_delete(EditLine *el __attribute__((__unused__)),
457 re_clear_eol(EditLine *el, int fx, int sx, int diff)
501 re_update_line(EditLine *el, Char *old, Char *new, int i)
992 re_refresh_cursor(EditLine *el)
1055 re_fastputc(EditLine *el, Int c)
1108 re_fastaddc(EditLine *el)
1150 re_clear_display(EditLine *el)
1166 re_clear_lines(EditLine *el)